@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "Better-Yesterday";
  src: url("/assets/vendor/fonts/better-yesterday/better-yesterday.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Better-Yesterday-Italic";
  src: url("/assets/vendor/fonts/better-yesterday/better-yesterday-italic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  height: 100%;
  width: 100%;
}

.theme-container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.flex-form-main {
  display: flex;
  gap: 0.75rem;
}

.form-control {
  border: 1px solid #EBEBEB !important;
  border-radius: 10px !important;
  background-color: #F7F7F7 !important;
  height: 50px;
  font-family: "Open Sans", sans-serif !important;
  color: #3B3B3B !important;
}
.form-control::-moz-placeholder {
  font-size: 12px !important;
  color: #C9C9C9 !important;
  font-weight: 300 !important;
}
.form-control::placeholder {
  font-size: 12px !important;
  color: #C9C9C9 !important;
  font-weight: 300 !important;
}
.form-control:focus {
  box-shadow: 0px 0px 5px #769039 !important;
  outline: none !important;
  border-color: #769039 !important;
  background-color: #F7F7F7 !important;
}

textarea.form-control {
  height: unset;
  resize: none;
}

.form-checkbox {
  display: flex;
  align-items: center;
}
.form-checkbox .checkbox {
  position: absolute;
  opacity: 0;
}
.form-checkbox .checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #888888;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.form-checkbox .checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #F7F7F7;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
}
.form-checkbox .checkbox:hover + label:before {
  background: #769039;
  box-shadow: 0px 0px 5px #769039;
  border-color: #769039;
}
.form-checkbox .checkbox:checked + label:before {
  background: #769039;
}
.form-checkbox .checkbox:disabled + label {
  color: #ffffff;
  cursor: auto;
}
.form-checkbox .checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.form-checkbox .checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #F7F7F7;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #F7F7F7, 4px 0 0 #F7F7F7, 4px -2px 0 #F7F7F7, 4px -4px 0 #F7F7F7, 4px -6px 0 #F7F7F7, 4px -8px 0 #F7F7F7;
  transform: rotate(45deg);
}

.lead-menu {
  max-width: 1902px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .lead-menu {
    max-width: 85%;
  }
}
@media (max-width: 768px) {
  .lead-menu.home {
    padding-top: 170px;
  }
}
.lead-menu .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 20px 0 23px 0;
  gap: 1.2rem;
}
@media (max-width: 991px) {
  .lead-menu .menu-list {
    flex-wrap: wrap;
    gap: 0.4rem;
  }
}
.lead-menu .menu-list li {
  position: relative;
}
.lead-menu .menu-list li a {
  color: #989898;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Ubuntu", serif;
  text-decoration: unset;
}
@media (max-width: 991px) {
  .lead-menu .menu-list li a {
    white-space: nowrap;
  }
}
.lead-menu .menu-list li::after {
  content: "";
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  position: absolute;
  right: -0.7rem;
  top: 55%;
  transform: translateY(-50%);
  background-color: #989898;
}
.lead-menu .menu-list li:last-child::after {
  content: unset;
}

.header {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
.header-main {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 73px 0;
}
@media (max-width: 991px) {
  .header-main {
    padding: 69px 0;
  }
}
.header-logo {
  width: 201px;
  margin: 0 auto;
}
.header-logo img.logo {
  width: 100%;
}
@media (max-width: 991px) {
  .header-logo {
    width: 121px;
    min-width: 121px;
  }
}
.header-menu {
  max-width: 424.5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu.pr-115 {
  padding-right: 115px;
}
@media (max-width: 991px) {
  .header-menu {
    padding: unset !important;
  }
}
.header-menu .menu {
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 60px;
}
@media (max-width: 991px) {
  .header-menu .menu {
    display: none;
  }
}
.header-menu .menu li a {
  color: #4B4B4B;
  font-size: 16px;
  line-height: 39px;
  font-family: "Ubuntu", serif;
  font-weight: 400;
  text-decoration: unset;
}
.header .search-button {
  border: unset;
  background-color: transparent;
  margin-left: 60px;
  display: none;
}
.header .m-menu {
  display: none;
}
@media (max-width: 991px) {
  .header .m-menu {
    border: unset;
    background: transparent;
    font-size: 2rem;
    color: #626262;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: 1.5rem;
  }
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  z-index: 9999999;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5333333333);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.mobile-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}
.mobile-menu .menu .text {
  display: none;
}
.mobile-menu .menu li.drop .drop-menu {
  display: none;
}
.mobile-menu .menu li.drop .drop-menu ul {
  list-style: none;
  padding-left: 1rem;
}
.mobile-menu .menu li.drop .drop-menu ul svg {
  display: none;
}
.mobile-menu .menu li.drop .drop-menu-text {
  display: none;
}
.mobile-menu .menu li.drop:hover .drop-menu {
  display: block;
}
.mobile-menu .menu li.drop:hover .drop-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0 1rem 0.5rem;
  padding: 0;
}
.mobile-menu .menu li.drop:hover .drop-menu-list li a {
  font-size: 1rem;
  white-space: wrap;
}
.mobile-menu .menu li a {
  color: #696969 !important;
  text-decoration: unset;
  letter-spacing: 1.6px;
  position: relative;
  white-space: nowrap;
  font-size: 0.9rem;
}

.home {
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home {
    overflow: unset;
  }
}
.home-filled-sec-1 {
  background-color: #FFFCF5;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 1077px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 198px;
}
@media (max-width: 991px) {
  .home-filled-sec-1 {
    padding-top: 188px;
    align-items: flex-start;
  }
}
@media (max-width: 550px) {
  .home-filled-sec-1 {
    min-height: 1000px;
  }
}
.home-filled-sec-1::before {
  content: "";
  width: 1642px;
  height: 100%;
  position: absolute;
  left: -380px;
  top: 0;
  background: url("/assets/img/filled-sec-1-bg.png");
  mix-blend-mode: luminosity;
  -webkit-clip-path: inset(0px 0px 0px 380px);
          clip-path: inset(0px 0px 0px 380px);
}
.home-filled-sec-1::after {
  content: "";
  width: 800px;
  height: 100%;
  position: absolute;
  left: -73px;
  top: -270px;
  background: url("/assets/img/filled-sec-1-olive.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .home-filled-sec-1::after {
    transform: scale(-1, -1) rotate(112deg);
    left: -220px;
    width: 600px;
    height: 500px;
    top: 200px;
  }
}
@media (max-width: 768px) {
  .home-filled-sec-1::after {
    width: 300px;
    height: 300px;
    left: -100px;
    top: 130px;
  }
}
.home-filled-sec-1-main {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home-filled-sec-1-main {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .home-filled-sec-1-main {
    align-items: flex-start;
    max-width: 80%;
  }
}
.home-filled-sec-1 h2 {
  font-size: 56px;
  line-height: 65px;
  font-weight: 800;
  font-style: italic;
  font-family: "Ubuntu", serif;
  color: #776331;
}
@media (max-width: 991px) {
  .home-filled-sec-1 h2 {
    font-size: 40px;
    line-height: 29px;
    letter-spacing: -0.88px;
  }
}
@media (max-width: 768px) {
  .home-filled-sec-1 h2 {
    font-size: 25px;
    line-height: 29px;
  }
}
.home-filled-sec-1 h2 span {
  display: block;
  margin-left: 65px;
}
@media (max-width: 991px) {
  .home-filled-sec-1 h2 span {
    margin-left: 50px;
  }
}
.home-filled-sec-1 h3 {
  font-family: "Better-Yesterday";
  font-size: 117px;
  line-height: 42px;
  color: #AE9046;
  padding-left: 90px;
  margin-top: 10px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 991px) {
  .home-filled-sec-1 h3 {
    font-size: 60px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .home-filled-sec-1 h3 {
    font-size: 55px;
    line-height: 20px;
    padding-left: 55px;
    margin-top: -4px;
  }
}
.home-filled-sec-1 h3 span {
  display: block;
  text-align: right;
  margin-right: -165px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .home-filled-sec-1 h3 span {
    margin-top: 0;
    margin-right: -20px;
  }
}
@media (max-width: 768px) {
  .home-filled-sec-1 h3 span {
    margin-right: -10px;
  }
}
@media (max-width: 991px) {
  .home-filled-sec-1 .bottle-sec {
    zoom: 0.8;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: -50px;
  }
}
@media (max-width: 768px) {
  .home-filled-sec-1 .bottle-sec {
    zoom: 0.67;
    left: -100px;
  }
}
@media (max-width: 550px) {
  .home-filled-sec-1 .bottle-sec {
    zoom: 0.6;
  }
}
.home-filled-sec-1 .bottle-sec .badges {
  position: absolute;
  width: 305px;
  height: 305px;
  right: 637px;
  bottom: 361px;
  opacity: 0;
}
@media (max-width: 991px) {
  .home-filled-sec-1 .bottle-sec .badges {
    animation: unset !important;
    opacity: 1;
    right: 50%;
    transform: translateX(89%);
    z-index: 3;
    bottom: 335px;
    zoom: 1.3;
  }
}
.home-filled-sec-1 .bottle-sec .bottle-1 {
  position: absolute;
  z-index: 3;
  height: 1165px;
  width: 435px;
  bottom: -275px;
  transform: rotate(0deg) translateY(10000px);
  transition: all 0.3s;
  right: 360px;
}
@media (max-width: 991px) {
  .home-filled-sec-1 .bottle-sec .bottle-1 {
    animation: unset !important;
    transform: rotate(-10deg) translateY(0) translateX(50%);
    right: 50%;
  }
}
.home-filled-sec-1 .bottle-sec .bottle-2 {
  position: absolute;
  z-index: 2;
  height: 950px;
  width: 370px;
  bottom: -130px;
  transform: rotate(349deg);
  right: 390px;
  opacity: 0;
  filter: blur(5px);
}
@media (max-width: 991px) {
  .home-filled-sec-1 .bottle-sec .bottle-2 {
    animation: unset !important;
    transform: rotate(5deg) translateX(90%);
    right: 40%;
    opacity: 1;
  }
}
.home-filled-sec-2 {
  background-color: #FFFBEB;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 135px;
  position: relative;
}
@media (max-width: 991px) {
  .home-filled-sec-2 {
    padding-top: 164px;
  }
}
@media (max-width: 768px) {
  .home-filled-sec-2 {
    padding-bottom: 40px;
  }
}
.home-filled-sec-2::after {
  content: "";
  width: 800px;
  height: 900px;
  position: absolute;
  right: -252px;
  top: -570px;
  background: url("/assets/img/filled-sec-2-olive.png");
  background-size: 100% 100%;
  z-index: 4;
}
@media (max-width: 991px) {
  .home-filled-sec-2::after {
    background-size: 139% 100%;
    width: 240px;
    height: 340px;
    right: 0;
    top: -210px;
  }
}
.home-filled-sec-2-main {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home-filled-sec-2-main {
    width: 90%;
  }
}
.home-filled-sec-2-head {
  padding: 59px 0 42px 0;
}
@media (max-width: 991px) {
  .home-filled-sec-2-head {
    text-align: center;
  }
}
.home-filled-sec-2-head h3 {
  color: #484848;
  font-size: 74px;
  line-height: 60px;
  font-family: "Better-Yesterday";
}
@media (max-width: 991px) {
  .home-filled-sec-2-head h3 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .home-filled-sec-2-head h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
.home-filled-sec-2-body {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .home-filled-sec-2-body {
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }
}
.home-filled-sec-2-body .tree {
  max-width: 500px;
  width: 100%;
  min-height: 624px;
  position: relative;
}
@media (max-width: 991px) {
  .home-filled-sec-2-body .tree {
    max-width: unset;
    width: 80%;
    height: auto;
    min-height: unset;
  }
}
.home-filled-sec-2-body .tree img {
  width: 712px;
  height: 100%;
  position: absolute;
  left: -32px;
  top: 0;
}
@media (max-width: 991px) {
  .home-filled-sec-2-body .tree img {
    width: 100%;
    left: 0;
    height: 100%;
    position: relative;
  }
}
.home-filled-sec-2-body .detail {
  margin-left: auto;
  text-align: right;
  color: #484848;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.4px;
  font-family: "Open Sans", serif;
  width: 728px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .home-filled-sec-2-body .detail {
    margin-left: 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .home-filled-sec-2-body .detail {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  .home-filled-sec-2-body .detail {
    font-size: 14px;
    max-width: 358px;
  }
  .home-filled-sec-2-body .detail br {
    display: none;
  }
}
.home-filled-sec-3 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-top: 63px;
  position: relative;
  z-index: 1;
}
.home-filled-sec-3::before {
  content: "";
  width: 650px;
  height: 750px;
  position: absolute;
  right: -180px;
  top: -150px;
  background: url("/assets/img/filled-sec-3-olive-1.png");
  background-size: 100% 100%;
  -webkit-clip-path: inset(0px 180px 0px 0px);
          clip-path: inset(0px 180px 0px 0px);
}
@media (max-width: 991px) {
  .home-filled-sec-3::before {
    width: 250px;
    height: 300px;
    left: -90px;
    top: -250px;
    -webkit-clip-path: unset;
            clip-path: unset;
    transform: rotate(190deg);
  }
}
.home-filled-sec-3::after {
  content: "";
  width: 420px;
  height: 650px;
  position: absolute;
  left: -160px;
  bottom: 290px;
  background: url("/assets/img/filled-sec-3-olive-2.png");
  background-size: 100% 100%;
  -webkit-clip-path: inset(0px 0px 0px 160px);
          clip-path: inset(0px 0px 0px 160px);
}
@media (max-width: 991px) {
  .home-filled-sec-3::after {
    content: unset;
  }
}
.home-filled-sec-3-main {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .home-filled-sec-3-main {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }
}
.home-filled-sec-3 .text-col {
  color: #484848;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
  font-family: "Open Sans", serif;
}
@media (max-width: 991px) {
  .home-filled-sec-3 .text-col {
    order: 1;
    text-align: center;
    margin-top: 50px;
  }
}
.home-filled-sec-3 .text-col .head-img {
  max-width: 404px;
  width: 100%;
  margin-bottom: -20px;
}
@media (max-width: 991px) {
  .home-filled-sec-3 .text-col .head-img {
    display: none;
  }
}
.home-filled-sec-3 .text-col p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home-filled-sec-3 .text-col:nth-child(1) {
    z-index: 1;
    position: relative;
    height: 400px;
    overflow: hidden;
  }
  .home-filled-sec-3 .text-col:nth-child(1)::after {
    content: "";
    width: 100%;
    height: 500px;
    background: linear-gradient(180deg, transparent, #FFFFFF 60%);
    position: absolute;
    right: 0;
    bottom: -200px;
    z-index: 9;
  }
}
@media (max-width: 991px) {
  .home-filled-sec-3 .text-col:last-child {
    display: none;
  }
}
.home-filled-sec-3 .media-col {
  width: 441px;
  height: 885px;
  position: relative;
}
@media (max-width: 991px) {
  .home-filled-sec-3 .media-col {
    order: 0;
  }
}
@media (max-width: 600px) {
  .home-filled-sec-3 .media-col {
    zoom: 0.8;
  }
}
.home-filled-sec-3 .media-col .logo {
  display: none;
}
@media (max-width: 991px) {
  .home-filled-sec-3 .media-col .logo {
    position: absolute;
    display: block;
    max-width: 192px;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    z-index: 3;
  }
}
.home-filled-sec-3 .media-col .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-filled-sec-3 .media-col .futured {
  position: absolute;
  bottom: 0;
}
.home-filled-sec-3 .media-col .olive {
  position: absolute;
  bottom: -32px;
  left: -183px;
}
.home-filled-sec-3-card-list {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 74px;
  margin-bottom: -155px;
}
@media (max-width: 991px) {
  .home-filled-sec-3-card-list {
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: relative;
    margin-bottom: -1000px;
  }
}
.home-filled-sec-3-card-list .item {
  background-color: #FAF2D7;
  border-radius: 25px;
  width: 330px;
  height: 365px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #484848;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -0.88px;
  font-weight: 500;
  font-family: "Ubuntu", serif;
  text-align: center;
  gap: 33px;
  position: relative;
}
.home-filled-sec-3-card-list .item .icon {
  height: 122px;
}
.home-filled-sec-3-card-list .item p {
  margin: 0;
}
.home-filled-sec-3-card-list .item a {
  margin-top: 5px;
}
.home-filled-sec-3-card-list .item:nth-child(1) .icon {
  margin-left: -20px;
}
.home-filled-sec-3 .filled-more-mobile {
  display: none;
}
@media (max-width: 991px) {
  .home-filled-sec-3 .filled-more-mobile {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    border: unset;
    background-color: transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    color: #414141;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.56px;
    text-decoration: underline;
    font-weight: 500;
  }
}
.home-filled-sec-3.active .filled-more-mobile {
  display: none;
}
.home-filled-sec-3.active .text-col {
  height: -moz-max-content;
  height: max-content;
  overflow: unset;
  display: block;
}
.home-filled-sec-3.active .text-col::after {
  content: unset;
}
.home-filled-sec-4 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFBEB;
  padding: 410px 0 39px 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .home-filled-sec-4 {
    padding-top: 1350px;
  }
}
.home-filled-sec-4-main {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  padding: 53px 67px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .home-filled-sec-4-main {
    padding-top: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .home-filled-sec-4-main {
    width: 90%;
  }
}
.home-filled-sec-4-main h3 {
  color: #4B4B4B;
  font-size: 43px;
  line-height: 20px;
  letter-spacing: -1.07px;
  font-weight: 800;
  font-family: "Ubuntu", serif;
}
.home-filled-sec-4-main p.lead {
  color: #4B4B4B;
  font-size: 22px;
  line-height: 19px;
  letter-spacing: -0.55px;
  font-weight: 400;
  font-family: "Ubuntu", serif;
  mix-blend-mode: darken;
  margin: 20px 0 27px 0;
}
.home-filled-sec-4-main .item {
  background-color: #F4F4F4;
  border-radius: 14px;
  display: flex;
  padding: 17px 23px 19px 24px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 525px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .home-filled-sec-4-main .item {
    width: 100%;
  }
}
.home-filled-sec-4-main .item:last-child {
  margin-bottom: 0;
}
.home-filled-sec-4-main .item:last-child span {
  padding-top: 0.5rem;
}
.home-filled-sec-4-main .item p {
  margin: 0;
  color: #4B4B4B;
  font-size: 22px;
  line-height: 19px;
  letter-spacing: -0.55px;
  font-size: 400;
  font-family: "Ubuntu", serif;
}
.home-filled-sec-4-main .item small {
  font-size: 16px;
  letter-spacing: -0.4px;
}
.home-filled-sec-4-main .item span {
  color: #72863F;
  font-size: 40px;
  line-height: 15px;
  letter-spacing: -1px;
  font-weight: 300;
  font-family: "Ubuntu", serif;
  text-align: right;
}
.home-filled-sec-4-main .item span small {
  font-weight: 700;
  line-height: 13px;
  letter-spacing: -0.3px;
  font-size: 12px;
  text-align: right;
}
@media (max-width: 991px) {
  .home-filled-sec-4-main .bottle-main {
    zoom: 0.6;
    position: absolute;
    left: 50%;
    top: 240px;
    transform: translateX(-50%);
    width: 340px;
  }
}
.home-filled-sec-4-main .bottle-main .bottle-1 {
  position: absolute;
  width: 280px;
  height: 770px;
  bottom: -100px;
  right: 0;
  transform: rotate(5deg);
  z-index: 3;
}
.home-filled-sec-4-main .bottle-main .bottle-2 {
  position: absolute;
  width: 230px;
  height: 620px;
  bottom: -30px;
  right: -150px;
  transform: rotate(20deg);
  filter: blur(6px);
  z-index: 2;
}
.home-filled-sec-4-main .bottle-main .bottle-3 {
  position: absolute;
  width: 200px;
  height: 540px;
  bottom: -12px;
  right: 220px;
  transform: rotate(-5deg);
  filter: blur(6px);
  z-index: 1;
}
.home-filled-sec-4-soon {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  padding-top: 233px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .home-filled-sec-4-soon {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    margin-bottom: -185px;
    z-index: 2;
  }
}
.home-filled-sec-4-soon .soon-logo {
  width: 210px;
}
@media (max-width: 768px) {
  .home-filled-sec-4-soon .soon-logo {
    width: 196px;
  }
}
.home-filled-sec-4-soon .soon-logo img {
  width: 100%;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .home-filled-sec-4-soon .soon-social {
    margin-top: 2rem;
  }
}
.home-filled-sec-4-soon .soon-social .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.7rem;
}
.home-filled-sec-4-soon .soon-social .social-list li a {
  color: #6C6C6C;
}
.home-filled-sec-4-soon .soon-certifica {
  width: 210px;
  display: flex;
  gap: 0.2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .home-filled-sec-4-soon .soon-certifica {
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.home-filled-sec-4-soon .soon-certifica img {
  height: 83px;
}
.home-filled-sec-4::after {
  content: "";
  width: 920px;
  height: 1200px;
  position: absolute;
  right: 0;
  top: 70px;
  background: url("/assets/img/filled-sec-3-oil.png");
  background-size: 100% 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .home-filled-sec-4::after {
    width: 500px;
    height: 600px;
    position: absolute;
    right: 0;
    top: unset;
    bottom: 750px;
  }
}

.active .bottle-sec .badges {
  animation-delay: 1s !important;
  animation: badge 0.3s ease-in-out;
  animation-fill-mode: both;
}
.active .bottle-sec .bottle-1 {
  animation: bottle-1 1s ease-in-out;
  animation-fill-mode: both;
}
.active .bottle-sec .bottle-2 {
  animation-delay: 1s !important;
  animation: bottle-2 0.3s ease-in-out;
  animation-fill-mode: both;
}

@keyframes badge {
  0% {
    right: 437px;
    bottom: 261px;
    opacity: 0;
  }
  100% {
    right: 637px;
    bottom: 361px;
    opacity: 1;
  }
}
@keyframes bottle-1 {
  0% {
    transform: rotate(0deg) translateY(4000px);
  }
  80% {
    transform: rotate(0deg) translateY(0);
  }
  100% {
    transform: rotate(-10deg) translateY(0);
  }
}
@keyframes bottle-2 {
  0% {
    right: 390px;
    transform: rotate(-10deg);
  }
  1% {
    opacity: 1;
    right: 390px;
    transform: rotate(-10deg);
  }
  100% {
    right: 160px;
    opacity: 1;
    transform: rotate(5deg);
    filter: blur(5px);
  }
}
.notes {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-top: 247px;
  position: relative;
}
.notes::before {
  content: "";
  width: 550px;
  height: 750px;
  position: absolute;
  left: -125px;
  top: -100px;
  background: url("/assets/img/filled-sec-1-olive.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 991px) {
  .notes::before {
    transform: scale(-1, -1) rotate(112deg);
    width: 300px;
    height: 300px;
    left: -100px;
    top: -30px;
  }
}
.notes-header {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 991px) {
  .notes-header {
    width: 90%;
  }
}
.notes-header h1 {
  color: #484848;
  font-size: 35px;
  line-height: 41px;
  letter-spacing: -1.23px;
  font-weight: 400;
  font-family: "Ubuntu", serif;
  margin: 0;
}
@media (max-width: 991px) {
  .notes-header h1 {
    font-size: 25px;
    line-height: 31px;
  }
}
.notes-header h1 b {
  display: block;
  font-weight: 800;
}
.notes-carousel {
  max-width: 1920px;
  width: 100%;
  margin: calc(-100px + 4rem) auto -400px auto;
}
@media (max-width: 991px) {
  .notes-carousel {
    width: 90%;
  }
}
.notes-carousel .swiper-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.notes-carousel .swiper-slide {
  width: 1170px;
  height: 586px !important;
  border-radius: 37px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1607843137);
  background-color: #FAF3DC;
}
@media (max-width: 991px) {
  .notes-carousel .swiper-slide {
    box-shadow: unset;
  }
}
.notes-carousel .swiper-slide .futured {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  height: 100%;
}
.notes-carousel .swiper-slide .futured.o-05 {
  opacity: 0.5;
}
.notes-carousel .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(250, 243, 220, 0) 10%, #FAF3DC 60%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.notes-carousel .swiper-slide-main {
  display: none;
  position: relative;
  z-index: 2;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem 4.5rem 1rem 4.5rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  .notes-carousel .swiper-slide-main {
    padding: 2rem;
  }
}
.notes-carousel .swiper-slide-main h3 {
  color: #454545;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: -2.2px;
  font-family: "Ubuntu", serif;
  font-size: 55px;
}
@media (max-width: 768px) {
  .notes-carousel .swiper-slide-main h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
.notes-carousel .swiper-slide-main .detail {
  color: #242424;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  font-family: "Ubuntu", serif;
  max-width: 650px;
  height: 100%;
  overflow: auto;
}
.notes-carousel .swiper-slide-main .detail a {
  color: #769039;
  font-weight: bold;
}
.notes-carousel .swiper-slide-main .detail::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.notes-carousel .swiper-slide-main .detail::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.notes-carousel .swiper-slide-main .detail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #769039;
}
.notes-carousel .swiper-slide-main .detail p:last-child {
  margin-bottom: 0;
}
.notes-carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.notes-carousel .swiper-slide.swiper-slide-active .swiper-slide-main {
  display: flex;
}
.notes-carousel .swiper-slide.swiper-slide-active + .swiper-slide, .notes-carousel .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide, .notes-carousel .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide, .notes-carousel .swiper-slide.swiper-slide-prev {
  opacity: 1 !important;
}
.notes-carousel .swiper-button {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .notes-carousel .swiper-button {
    top: unset;
    transform: unset;
    bottom: 0;
    box-shadow: unset;
    width: 80px;
    height: 80px;
  }
  .notes-carousel .swiper-button svg {
    width: 35px;
    height: 35px;
  }
}
.notes-carousel .swiper-button svg {
  width: 55px;
  stroke-width: 1.3;
  color: #5F5F5F;
  opacity: 0.5;
}
.notes-carousel .swiper-button::after {
  content: unset;
}
.notes-carousel .swiper-button:hover svg {
  opacity: 1;
}
.notes-carousel .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 240px);
}
@media (max-width: 991px) {
  .notes-carousel .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 300px);
  }
}
@media (max-width: 900px) {
  .notes-carousel .swiper-button-prev {
    left: 40%;
    transform: translateX(-50%);
  }
}
.notes-carousel .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 240px);
}
@media (max-width: 991px) {
  .notes-carousel .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 300px);
  }
}
@media (max-width: 900px) {
  .notes-carousel .swiper-button-next {
    left: 60%;
    transform: translateX(-50%);
  }
}
.notes-carousel::before {
  content: "";
  width: 629px;
  height: 551px;
  background: url("/assets/img/tree-notes.png");
  background-size: 100% 100%;
  position: absolute;
  right: 59px;
  top: 126px;
}
.notes-soon {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-color: #F8F8F8;
  position: relative;
}
.notes-soon::after {
  content: "";
  width: 630px;
  height: 600px;
  position: absolute;
  right: -175px;
  top: -100px;
  background: url("/assets/img/filled-sec-2-olive.png");
  background-size: 100% 100%;
  -webkit-clip-path: inset(0px 175px 0px 0px);
          clip-path: inset(0px 175px 0px 0px);
  z-index: 0;
}
@media (max-width: 991px) {
  .notes-soon::after {
    content: unset;
  }
}
.notes-soon-main {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  padding-top: 420px;
  padding-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .notes-soon-main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-top: 4rem;
  }
}
.notes-soon-main .soon-logo {
  width: 210px;
}
@media (max-width: 768px) {
  .notes-soon-main .soon-logo {
    width: 196px;
  }
}
.notes-soon-main .soon-logo img {
  width: 100%;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .notes-soon-main .soon-social {
    margin-top: 2rem;
  }
}
.notes-soon-main .soon-social .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.7rem;
}
.notes-soon-main .soon-social .social-list li a {
  color: #6C6C6C;
}
.notes-soon-main .soon-certifica {
  width: 210px;
  display: flex;
  gap: 0.2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .notes-soon-main .soon-certifica {
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.notes-soon-main .soon-certifica img {
  height: 83px;
}

.contact {
  padding-top: 242px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.contact::before {
  content: "";
  width: 600px;
  height: 750px;
  position: absolute;
  left: -125px;
  top: -105px;
  background: url("/assets/img/filled-sec-1-olive.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 991px) {
  .contact::before {
    transform: scale(-1, -1) rotate(112deg);
    width: 300px;
    height: 300px;
    left: -100px;
    top: -30px;
  }
}
.contact::after {
  content: "";
  width: 530px;
  height: 500px;
  position: absolute;
  right: -110px;
  top: 400px;
  background: url("/assets/img/filled-sec-2-olive.png");
  background-size: 100% 100%;
  -webkit-clip-path: inset(0px 110px 0px 0px);
          clip-path: inset(0px 110px 0px 0px);
  z-index: 2;
}
@media (max-width: 991px) {
  .contact::after {
    display: none;
  }
}
.contact-header {
  position: relative;
  z-index: 1;
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .contact-header {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .contact-header {
    max-width: 90%;
  }
}
.contact-header-main h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #434343;
}
.contact-header-main h2 {
  font-size: 24px;
  color: #434343;
  margin-bottom: 0.2rem;
}
.contact-header-main p {
  color: #888888;
  font-weight: 300;
  font-family: "Ubuntu", serif;
}
.contact-header-main p b {
  color: #535353;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.contact-header-main-col {
  display: flex;
}
@media (max-width: 991px) {
  .contact-header-main-col {
    flex-direction: column;
    gap: 3rem;
  }
}
.contact .contact-detail {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 991px) {
  .contact .contact-detail {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: unset;
  }
}
.contact .contact-detail-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  max-width: 381px;
}
@media (max-width: 991px) {
  .contact .contact-detail-item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 540px) {
  .contact .contact-detail-item {
    width: 100%;
  }
}
.contact .contact-detail-item .icons {
  width: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .contact .contact-detail-item .icons {
    transform: unset;
    top: 4px;
  }
}
.contact .contact-detail-item .icons.loc {
  width: 18px;
  top: 1.3rem;
  left: 0.4rem;
}
.contact .contact-detail-item p {
  margin: 0;
  font-size: 12px;
  color: #3B3B3B;
  line-height: 13px;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.contact .contact-detail-item .text-main {
  color: #3B3B3B;
  text-decoration: none;
  font-size: 16px;
  margin: 0;
  line-height: 18px;
  font-weight: 400;
}
.contact .contact-detail-item:nth-child(3) .icons {
  top: 5px !important;
  transform: unset;
}
.contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
  width: 100%;
  max-width: 690px;
}
@media (max-width: 768px) {
  .contact .contact-form .flex-form-main {
    flex-direction: column;
  }
}
.contact .contact-form .custom-kvkk {
  font-size: 9px;
  color: #888888;
  max-height: 52px;
  padding-left: 20px;
  position: relative;
}
.contact .contact-form .custom-kvkk-main {
  height: 100%;
  overflow: auto;
  max-height: 50px;
}
.contact .contact-form .custom-kvkk-main::-webkit-scrollbar {
  display: none;
}
.contact .contact-form label[for=kvkk] button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #769039;
  font-weight: bold;
}
.contact .contact-form label[for=kvkk] a {
  color: #769039;
}
.contact .contact-form button.submit-button {
  border-radius: 12px;
  background-color: #769039;
  max-width: 176px;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #ffffff;
  border: none;
}
@media (max-width: 768px) {
  .contact .contact-form button.submit-button {
    max-width: unset;
  }
}
.contact .contact-form button.submit-button svg {
  transition: all 0.3s;
  position: relative;
  right: 0;
  margin-top: 0.05rem;
}
.contact .contact-form button.submit-button:hover svg {
  right: -0.3rem;
}
.contact #map {
  width: 100%;
  height: 865px;
  margin-bottom: -1.0625rem;
  margin-top: -4rem;
  z-index: 0;
  position: relative;
}
.contact #map::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #FFFFFF 40%, rgba(255, 255, 255, 0));
  z-index: 1;
}
.contact .marker-position {
  bottom: 0px;
  left: 130px;
  width: 200px;
  text-wrap: wrap;
  text-align: left;
  position: relative;
}/*# sourceMappingURL=main.css.map */