body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #555959;
  overflow-x: hidden;
}

/* Tüm bağlantılar için temel stiller */
a {
    color: inherit; /* Metnin rengini içinde bulunduğu elementin rengine eşitler */
    text-decoration: none; /* Alt çizgiyi kaldırır */
}

/* Fare üzerine geldiğinde */
a:hover {
    color: inherit; /* Rengi değiştirmez */
    text-decoration: none; /* Alt çizgi eklemez */
}

/* Tıklanmış bağlantılar */
a:visited {
    color: inherit; /* Tıklanmış bağlantıların rengini değiştirmez */
}

/* Aktif bağlantılar (tıklama anında) */
a:active {
    color: inherit; /* Aktif durumdaki rengi değiştirmez */
}

/* Odaklanmış bağlantılar */
a:focus {
    outline: none; /* Odaklanma çerçevesini kaldırır */
    color: inherit; /* Rengi değiştirmez */
    text-decoration: none; /* Alt çizgi eklemez */
}

@media screen and (min-width: 1100px) {
  .mobil-menu {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .mobil-menu {
    display: block;
    margin-left: 20px;
    text-align: right;
  }
  .mobil-menu i {
    font-size: 20px;
    padding-top: 2px;
  }
  .mobil-hide {
    display: none !important;
  }
}
img {
  max-width: 100%;
}

textarea:focus, input:focus {
  outline: none;
}

.header-bar {
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  color: #383F45;
  padding: 15px 0;
  background-color: #E4F6C4;
}
.header-bar strong {
  font-weight: 500;
}

header {
  padding: 12px 0;
}
header .header-menu .menu-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  header .header-menu .menu-list {
    display: none;
  }
}
header .header-menu .menu-list li a {
  text-decoration: none;
  color: #383F45;
  padding: 10px 20px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  header .header-menu .menu-list li a {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1200px) {
  header .header-menu .menu-list li a {
    padding: 10px 3px;
  }
}
header .header-menu .menu-list li a:hover {
  color: #26A74A;
}

.mobile-slider {
  display: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mobile-slider {
    display: block;
  }
}
.mobile-slider .right-dsm-text {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding-right: 35px;
}
.mobile-slider .s-f-logo {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.mobile-slider .right-text {
  max-width: 70%;
  padding: 50px 0;
}
.mobile-slider .family-img {
  width: 100%;
}

/*.slider {
  position: relative;
  background-image: url("images/slider/SliderBg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}*/
@media screen and (max-width: 768px) {
  .slider {
    display: none;
  }
}
.slider .main-slider {
  width: 100%;
}
.slider .slider-logo {
  position: absolute;
  right: 62px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1650px) {
  .slider .family-img {
    max-height: 525px;
  }
}
@media screen and (max-width: 1100px) {
  .slider .family-img {
    max-height: 425px;
  }
}
.slider .right-text {
  position: absolute;
  right: 200px;
  top: 350px;
  text-align: right;
}
@media screen and (max-width: 2000px) {
  .slider .right-text {
    right: 50px;
    top: 275px;
  }
}
@media screen and (max-width: 1650px) {
  .slider .right-text {
    right: 0;
    top: 250px;
    max-height: 380px;
  }
}
@media screen and (max-width: 1100px) {
  .slider .right-text {
    max-height: 300px;
    right: 0;
    top: 230px;
  }
}
.slider .product-slider {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -10%;
}
.slider .s-f-logo {
  position: absolute;
  left: 58px;
  bottom: 50px;
}
.slider .right-dsm-text {
  position: absolute;
  right: 58px;
  bottom: 50px;
  display: flex;
  align-items: center;
}

.slider-bottom {
  background-color: #F8F7F9;
}
.slider-bottom .item {
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.slider-bottom .item:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -20px;
  height: 20px;
  width: 100%;
  background-color: #FCE020;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: none;
}
.slider-bottom .item:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 20px;
  width: 100%;
  background-color: #FCE020;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}
.slider-bottom .item:hover {
  background-color: #FCE020;
}
.slider-bottom .item:hover:before {
  display: block;
}
.slider-bottom .item:hover:after {
  display: block;
}

.blog-list {
  margin-top: 124px;
}
@media screen and (max-width: 992px) {
  .blog-list .item {
    margin-bottom: 30px;
  }
}
.blog-list .item .image {
  border-radius: 20px;
  overflow: hidden;
}
.blog-list .item .image img {
  transition: all 0.2s ease-in-out;
}
.blog-list .item .image:hover img {
  transform: scale(1.1);
}
.blog-list .item .title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 32px;
  font-family: 'Poppins';
}
.blog-list .item .text {
  margin-top: 32px;
}

@media screen and (min-width: 992px) {
  .why-culturelle {
    margin-top: 140px;
  }
  .why-culturelle .item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .why-culturelle {
    margin-top: 40px;
  }
  .why-culturelle .item {
    margin-bottom: 30px;
  }
}
.why-culturelle .main-title, .blog-list .main-title {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px){
  .why-culturelle .main-title, .blog-list .main-title {
    font-size: 36px;
  }
}
.why-culturelle .item {
  border-radius: 16px;
  background-color: #F8F7F9;
  padding: 37px 48px;
}
.why-culturelle .item:hover {
  background-color: #FCE020;
}
.why-culturelle .item .title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
}
.why-culturelle .item .text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
}

.home-info {
  padding: 120px 0 0 0;
  background: linear-gradient(90deg, #F8F7F9 36.41%, rgba(248, 247, 249, 0) 77.55%);
  position: relative;
}
@media screen and (min-width: 992px) {
  .home-info {
    margin-top: 140px;
  }
}
@media screen and (max-width: 992px) {
  .home-info {
    margin-top: 40px;
  }
}
.home-info .right-product {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .home-info .right-product {
    display: none;
  }
}
.home-info .right-product img {
  width: 50%;
}
.home-info .left-area .title {
  font-size: 48px;
  color: #383F45;
  font-weight: 500;
}
.home-info .left-area .text {
  margin-top: 40px;
  font-size: 20px;
}
.home-info .left-area .list {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
.home-info .left-area .list li {
  margin-bottom: 10px;
}
.home-info .left-area .info-bar {
  margin-top: 70px;
  background-color: #EC1D42;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .home-info .left-area .info-bar {
    flex-wrap: wrap;
  }
}
.home-info .left-area .info-bar div:first-child {
  margin-right: 20px;
}
.home-info .left-area .info-bar .left-text {
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  width: 190px;
  flex: 0 0 auto;
}
.home-info .left-area .info-bar .right-text {
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
}
.home-info .left-area .table {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .home-info .left-area .table {
    overflow-y: scroll;
  }
}
.home-info .right-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .home-info .right-area .child-img {
    width: 100%;
    flex: 0 0 auto;
  }
}
.home-info .right-area .info-1 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-info .right-area .info-1 {
    position: absolute;
  }
  .home-info .right-area .info-1.i-top {
    top: 0;
  }
  .home-info .right-area .info-1.i-bottom {
    top: 250px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .home-info .right-area .info-1 {
    right: -160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .home-info .right-area .info-1 {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-info .right-area .info-1 {
    padding: 50px 20px;
    width: 50%;
    flex: 0 0 auto;
  }
  .home-info .right-area .info-1 .i-text {
    min-height: 60px;
  }
}
.home-info .right-area .info-1 .i-text {
  color: #555959;
  font-size: 13px;
  font-weight: 500;
}
.home-info .table table tr td {
  font-weight: 300;
  padding: 3px 20px;
}

.how-use {
  padding: 150px 0;
}
.how-use .left-area {
  position: relative;
}
.how-use .left-area .left-icon {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 992px) {
  .how-use .left-area .table {
    position: absolute;
    right: -315px;
    bottom: 0;
  }
}
.how-use .right-area .title {
  font-size: 48px;
  color: #383F45;
  font-weight: 500;
}
.how-use .right-area .text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 300;
}
.how-use .right-area .icon-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  list-style: none;
  padding: 0;
  align-items: flex-end;
}
.how-use .right-area .icon-list li {
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .how-use .right-area .icon-list li {
    width: 50%;
    flex: 0 0 auto;
    margin-bottom: 30px;
  }
}
.how-use .right-area .icon-list li span {
  display: block;
  text-align: center;
}
.how-use .right-area .info-text {
  margin-top: 45px;
  padding: 45px 0 0 0;
  border-top: 1px solid #DADADA;
  font-size: 15px;
  color: #555959;
}
.how-use .right-area .info-text strong {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.how-use .right-area .info-text p {
  margin-bottom: 5px;
}

.home-bottom .container {
  position: relative;
}
.home-bottom .bg {
  width: 100%;
  padding:0 3vw;
}
@media screen and (min-width: 1024px) {
  .home-bottom .text {
    position: absolute;
    top: 12vh;
    right: 0;
  }
  .home-bottom .text .title {
    max-width: 20vw;
  }
}
@media screen and (max-width: 1024px) {
  .home-bottom .text {
    position: absolute;
    top: auto;
    right: 25vw;
  }
  .home-bottom .text .title {
    max-width: 30vw;
  }
}
.home-bottom .text .title {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  color: #383F45;
  font-weight: 500;
  line-height: 72px;
}
@media screen and (max-width: 1024px) {
  .home-bottom .text .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
}
.home-bottom .text .sub-text {
  margin-top: 20px;
  font-size: 16px;
  color: #383F45;
  font-weight: 300;
}

.slider-info {
  padding: 80px 0 50px 0;
  border-bottom: 1px solid #DADADA;
}
.slider-info ul {
  list-style: none;
  padding: 0;
}
.slider-info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.slider-info ul li .icon {
  margin-right: 10px;
  width: 15px;
  text-align: center;
}
.slider-info ul li .text {
  color: #555959;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .contact-us {
    padding: 50px 0 50px 0;
  }
}
@media screen and (max-width: 992px) {
  .contact-us {
    padding: 20px 0 10px 0;
  }
}
.contact-us .title {
  font-size: 48px;
  font-weight: 500;
  color: #383F45;
}
.contact-us .info {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .contact-us .info {
    margin-top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .contact-us .info {
    margin-top: 20px;
  }
}
.contact-us .info li {
  display: flex;
}
.contact-us .info li .icon {
  margin-right: 14px;
}
.contact-us .info li .text .list {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.contact-us .info li .text .go-maps, .contact-us .info li .text .go-mail {
  display: block;
  color: #555959;
  font-size: 16px;
}
.contact-us .footer-link {
  margin-top: 50px;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact-us .footer-link li a {
  color: #53595E;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  padding: 0 12px;
}

footer {
  background-color: #F5F5F5;
  padding: 32px 0;
}
footer .left-area {
  display: flex;
  align-items: center;
}
footer .left-area .cop {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 300;
}
footer .social-list {
  list-style: none;
  padding: 0;
  display: flex;
}
@media screen and (min-width: 992px) {
  footer .social-list {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 992px) {
  footer .social-list {
    margin-top: 20px;
    justify-content: center;
  }
}
footer .social-list li {
  padding: 0 10px;
}
footer .social-list li a {
  display: inline-block;
  border-radius: 100%;
}
footer .social-list li a svg {
  width: 24px;
  height: 24px;
}

.table table {
  border-radius: 8px;
  overflow: hidden;
}
.table table tr td {
  background: #26A74A;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.table table tr td.dark {
  background-color: #2c8849;
}

.sil {
  width: 100%;
  height: 500px;
  background-color: #555959;
}/*# sourceMappingURL=style.css.map */

#fixedbutton {
    position: fixed;
    bottom: 5px;
    right: 50px;
    color: #fff !important;
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 5px;
    background-color: #28d365;
    z-index: 99;
    text-decoration: auto;
}
.slider-badge {
    height:auto;
    width:20%;
}

.urun {
    height:auto;
    width:25%;
}