/* CSS Document 25.05.2025 uteksan */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0A0F12;
  background-color: #101111;
}

a {
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
}

img {
  border: none;
  max-width: 100%;
}

.f60 {
  font-size: 60px !important;
}
@media (max-width: 1366px) {
  .f60 {
    font-size: 50px !important;
  }
}

.f50 {
  font-size: 50px !important;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 980px) {
  .f50 {
    font-size: 40px !important;
  }
}
@media (max-width: 640px) {
  .f50 {
    font-size: 35px !important;
  }
}

.f30 {
  font-size: 30px !important;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 640px) {
  .f30 {
    font-size: 25px !important;
  }
}

.saver {
  clear: both !important;
  height: 0px !important;
  line-height: 0px !important;
  float: none !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hiddenText {
  font-size: 0px !important;
  text-indent: -9999px !important;
}

.wrapper-header {
  width: 90%;
  margin: 0 auto;
}

.cntr {
  text-align: center;
  margin: 0 auto;
}

.white {
  color: #fff !important;
}

.bg-1 {
  background: #176b6d !important;
}

.mTP10 {
  margin-top: 10px;
}

.mTP20 {
  margin-top: 20px;
}

.mTP30 {
  margin-top: 30px;
}

.mTP40 {
  margin-top: 40px;
}

.mTP50 {
  margin-top: 50px;
}

.mTP60 {
  margin-top: 60px;
}

.mTP70 {
  margin-top: 70px;
}

.mTP80 {
  margin-top: 80px;
}

.mBT10 {
  margin-bottom: 10px;
}

.mBT20 {
  margin-bottom: 20px;
}

.mBT30 {
  margin-bottom: 30px;
}

.mBT40 {
  margin-bottom: 40px;
}

.mBT50 {
  margin-bottom: 50px;
}

.mBT60 {
  margin-bottom: 60px;
}

.mBT70 {
  margin-bottom: 70px;
}

.mBT80 {
  margin-bottom: 80px;
}

.pTP10 {
  padding-top: 10px;
}

.pTP20 {
  padding-top: 20px;
}

.pTP30 {
  padding-top: 30px;
}

.pTP40 {
  padding-top: 40px;
}

.pTP50 {
  padding-top: 50px;
}

.pTP60 {
  padding-top: 60px;
}

.pTP70 {
  padding-top: 70px;
}

.pTP80 {
  padding-top: 80px;
}

.pBT10 {
  padding-bottom: 10px;
}

.pBT20 {
  padding-bottom: 20px;
}

.pBT30 {
  padding-bottom: 30px;
}

.pBT40 {
  padding-bottom: 40px;
}

.pBT50 {
  padding-bottom: 50px;
}

.pBT60 {
  padding-bottom: 60px;
}

.pBT70 {
  padding-bottom: 70px;
}

.pBT80 {
  padding-bottom: 80px;
}

.mBT0 {
  margin: 0;
}

.width-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  gap: 30px;
}
@media (max-width: 640px) {
  .width-flex img {
    width: auto !important;
  }
}

.align-content-s {
  align-content: flex-start;
}

.align-items-c {
  align-items: center;
}

.width-right {
  flex-direction: row-reverse;
}

.space-between {
  justify-content: space-between;
}

.width-12 {
  width: 100%;
}

.width-11 {
  width: calc(91.66666667% - 15px);
}
@media (max-width: 640px) {
  .width-11 {
    width: 100%;
  }
}

.width-10 {
  width: calc(83.33333333% - 15px);
}
@media (max-width: 640px) {
  .width-10 {
    width: 100%;
  }
}

.width-9 {
  width: calc(75% - 15px);
}

.width-8 {
  width: calc(66.66666667% - 15px);
}
@media (max-width: 640px) {
  .width-8 {
    width: 100%;
  }
}

.width-7 {
  width: calc(58.33333333% - 15px);
}

.width-6 {
  width: calc(50% - 15px);
}
@media (max-width: 640px) {
  .width-6 {
    width: 100%;
  }
}

.width-5 {
  width: calc(41.66666667% - 15px);
}

.width-4 {
  width: calc(33.33333333% - 15px);
}
@media (max-width: 640px) {
  .width-4 {
    width: 100%;
  }
}

.width-3 {
  width: calc(25% - 15px);
}

.width-2 {
  width: calc(16.66666667% - 15px);
}
@media (max-width: 640px) {
  .width-2 {
    width: 100%;
  }
}

.width-1 {
  width: calc(8.33333333% - 15px);
}

.wrapper {
  position: relative;
  width: 1275px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .wrapper {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .wrapper {
    padding: 0 20px;
  }
}

.more-text {
  color: #7CB414;
  font-size: 18px;
  font-weight: bold;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 57px;
    width: 100%;
    padding-bottom: 30px;
}
.header-container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #EAA519 0%, #7CB414 46.63%, #1978D9 100%);
}
@media (max-width: 1366px) {
  .header-container::after {
    width: 98%;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1366px) {
  .header-container {
    margin-top: 35px;
    padding: 0 15px 25px;
  }
}
.header-container .logo a {
  display: flex;
  gap: 18px;
}
.header-container .item-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu-container > ul {
  display: flex;
  gap: 39px;
}
@media (max-width: 1366px) {
  .menu-container > ul {
    gap: 20px;
  }
}
@media (max-width: 980px) {
  .menu-container > ul {
    flex-direction: column;
    gap: 30px;
  }
}
.menu-container > ul li {
  margin: 0;
  list-style: none;
}
.menu-container > ul li a {
  font-size: 15px;
  color: #fff;
  padding: 0;
  font-weight: 500;
}
.menu-container > ul li a:hover {
  color: #7CB414;
}
@media (max-width: 980px) {
  .menu-container > ul li a {
    font-size: 22px;
  }
}

.hdr-btn {
  margin-left: 18px;
}
.hdr-btn a {
  width: 180px;
  height: 50px;
  background: #7CB414;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  transition: 0.5s;
}
@media (max-width: 1180px) {
  .hdr-btn a {
    width: 160px;
    height: 40px;
    font-size: 14px;
  }
}
.hdr-btn a:hover {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 1366px) {
  .hdr-btn {
    margin-left: 0;
  }
}

.lang a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btnSearch {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.btnSearch:after {
  content: "";
  width: 1px;
  height: 37px;
  background: #fff;
  position: absolute;
  right: -20px;
  opacity: 0.4;
}

.homeSlider {
  height: 862px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 82%);
}
@media (max-width: 1366px) {
  .homeSlider {
    height: auto;
  }
}
@media (max-width: 980px) {
  .homeSlider {
    height: 500px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 90%);
  }
}
.homeSlider::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 82%, 100% 100%, 100% calc(100% - 4px), 0 calc(82% - 4px));
  background: linear-gradient(to right, #EAA519, #7CB414, #1978D9);
  pointer-events: none;
}
@media (max-width: 980px) {
  .homeSlider::after {
    clip-path: polygon(0 90%, 100% 100%, 100% calc(100% - 4px), 0 calc(90% - 4px));
  }
}
.homeSlider .item {
  position: relative;
  height: 862px;
}
@media (max-width: 1366px) {
  .homeSlider .item {
    height: 600px;
  }
}

.homeSlider .owl-item.active .wrapper {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

#Slider {
  background: #F9F9FB;
  z-index: 3;
  position: relative;
}

.slider-text-container {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.slider-text-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(265deg, rgba(10, 15, 18, 0) 0%, #0A0F12 66.98%);
  pointer-events: none;
  z-index: -1;
}
.slider-text-container .slider-title {
  font-size: 60px;
  line-height: 124%;
  font-weight: 300;
}
@media (max-width: 1366px) {
  .slider-text-container .slider-title {
    font-size: 40px;
  }
}
@media (max-width: 1180px) {
  .slider-text-container .slider-title {
    font-size: 35px;
  }
}
@media (max-width: 980px) {
  .slider-text-container .slider-title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .slider-text-container .slider-title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .slider-text-container .slider-title {
    font-size: 22px;
  }
}
.slider-text-container p {
  font-size: 22px;
  font-weight: 400;
  padding: 5px 0;
}
@media (max-width: 1366px) {
  .slider-text-container p {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .slider-text-container p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .slider-text-container p {
    font-size: 16px;
  }
}
.slider-text-container .slider-summary {
  width: 740px;
}
@media (max-width: 980px) {
  .slider-text-container .slider-summary {
    width: 635px;
  }
}
@media (max-width: 980px) {
  .slider-text-container .slider-summary {
    width: 100%;
  }
}

.btn-list {
  display: flex;
  gap: 20px;
}
@media (max-width: 640px) {
  .btn-list {
    gap: 10px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .btn-list p {
    margin: 0 !important;
  }
}

.more {
  height: 50px;
  background: #7CB414;
  border: 1px solid #7CB414;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  transition: 0.5s;
  padding: 0 40px;
}
@media (max-width: 980px) {
  .more {
    height: 45px;
    padding: 0 20px;
  }
}
.more::after {
  content: "\e5c8";
  font-family: "Material Symbols Outlined";
  padding-left: 15px;
  font-size: 27px;
  font-weight: 300;
}
.more:hover {
  background: none;
  border: 1px solid #7CB414;
  color: #7CB414;
}

.more-bg {
  height: 50px;
  background: none;
  border: 1px solid #7CB414;
  color: #7CB414;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  transition: 0.5s;
  padding: 0 40px;
}
.more-bg::after {
  content: "\e5c8";
  font-family: "Material Symbols Outlined";
  padding-left: 15px;
  font-size: 27px;
  font-weight: 300;
}
.more-bg:hover {
  border: 1px solid #7CB414;
  background: #7CB414;
  color: #fff;
}

@media (max-width: 1366px) {
  .homeSlider .slider-bg {
    background-size: 100% auto !important;
  }
}
@media (max-width: 640px) {
  .homeSlider .slider-bg {
    background-size: auto 100% !important;
    background-position: left !important;
  }
}
.homeSlider .owl-dots {
  position: absolute;
  bottom: 355px;
  width: 1335px;
  font-weight: 400;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1366px) {
  .homeSlider .owl-dots {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .homeSlider .owl-dots {
    bottom: 100px;
  }
}
.homeSlider .owl-dots button span {
  font-size: 18px;
  color: #fff;
  opacity: 0.4;
  padding-right: 15px;
  font-weight: bold;
  position: relative;
}
.homeSlider .owl-dot.active span {
  color: #7CB414;
  opacity: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.homeSlider .owl-dot.active span:after {
  content: "";
  width: 37px;
  height: 1px;
  position: relative;
  top: -9px;
  background: #7CB414;
  margin-left: 7px;
}

/*secton*/
.section-container {
  display: flex;
  flex-wrap: wrap;
  color: #0A0F12;
  align-items: center;
  gap: 60px;
}
@media (max-width: 980px) {
  .section-container {
    margin-top: 0;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .section-container {
    flex-direction: column;
    gap: 20px;
  }
}
.section-container .item-left {
  width: 45%;
}
.section-container .item-right {
  width: calc(61% - 60px);
}
@media (max-width: 640px) {
  .section-container .item-right {
    width: 100%;
    padding-left: 45px;
    padding: 0 5px;
  }
}
.section-container .item-right .section-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-container .item-right .section-text .section-title {
  font-size: 24px;
  font-weight: 300;
  color: #BCBCBC;
}
@media (max-width: 640px) {
  .section-container .item-right .section-text .section-title {
    font-size: 21px;
  }
}
.section-container .item-right .section-text .section-title-2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
}
@media (max-width: 640px) {
  .section-container .item-right .section-text .section-title-2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
  }
}
.section-container .item-right .section-text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #859287;
}

.section-container .item-right .section-text .more-text {
  margin-top: 15px;
  display: block;
}

#section1 {
  position: relative;
  z-index: 1;
  background: url(../../images/common/abouterfer.png) no-repeat right;
  height: 802px;
  display: flex;
  align-items: center;
  margin-top: -142px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  #section1::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #101111;
    left: 0;
    opacity: 0.7;
    top: 0;
    transition: 0.5s;
    content: "";
    z-index: -2;
  }
}
@media (max-width: 1366px) {
  #section1 {
    margin-top: -135px;
    height: 670px;
  }
}
@media (max-width: 1180px) {
  #section1 {
    padding-top: 120px;
  }
}
@media (max-width: 640px) {
  #section1 {
    padding-top: 75px;
    margin-top: 0;
    height: auto;
    padding-bottom: 75px;
    background: #383839;
  }
}
@media (max-width: 980px) {
  #section1 .section-container {
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  #section1 .section-container .item-left {
    width: 60%;
  }
}
@media (max-width: 1366px) {
  #section1 .section-container .item-right {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  #section1 .section-container .item-right {
    width: 100%;
  }
}
#section1 .mobil {
  display: none !important;
}
@media (max-width: 640px) {
  #section1 .mobil {
    display: block !important;
  }
}

#sectionAbout {
  position: relative;
  margin-top: -212px;
  padding-top: 200px;
  padding-bottom: 150px;
  margin-bottom: 40px;
}
#sectionAbout:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F9F9FB;
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
  z-index: -1;
}
@media (max-width: 640px) {
  #sectionAbout:before {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
  }
}
#sectionAbout:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #EAA519, #7CB414, #1978D9);
  pointer-events: none;
  clip-path: polygon(0 100%, 100% 93%, 100% calc(93% - 4px), 0 calc(100% - 4px));
}
@media (max-width: 640px) {
  #sectionAbout:after {
    clip-path: polygon(0 100%, 100% 97%, 100% calc(97% - 4px), 0 calc(100% - 4px));
  }
}

@media (max-width: 980px) {
  #aboutNumber {
    margin-top: 60px;
  }
}
@media (max-width: 980px) {
  #aboutNumber .title {
    text-align: center;
  }
}

.section-slider {
  margin-top: 50px;
}
.section-slider p {
  font-size: 20px;
}
.section-slider .owl-dots {
  text-align: left;
  position: relative;
  bottom: 0;
  left: 80px;
}
@media (max-width: 1366px) {
  .section-slider .owl-dots {
    left: 0;
    text-align: center;
  }
}
.section-slider .owl-dots .owl-dot {
  background: #9eb0c9;
  width: 24px;
  height: 6px;
  border-radius: 90px;
  margin: 0 2px;
  display: inline-block;
  outline: none;
}
.section-slider .owl-dot.active {
  background: #7CB414;
  width: 54px;
  border-radius: 20px;
  transform: scale(1, 1);
  transition: all 6s ease 0s;
}

/*section*/
.title {
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 1366px) {
  .title {
    font-size: 45px;
  }
}
@media (max-width: 980px) {
  .title {
    font-size: 35px;
  }
}
.title i {
  font-style: normal;
  font-weight: 300;
  display: block;
}

.lubricants-products-slider .owl-dots {
  position: absolute;
  bottom: -25px;
  width: 100%;
  text-align: center;
}
.lubricants-products-slider .owl-dots .owl-dot {
  background: #9eb0c9;
  width: 24px;
  height: 6px;
  border-radius: 90px;
  margin: 0 2px;
  display: inline-block;
  outline: none;
}
.lubricants-products-slider .owl-dot.active {
  background: #7CB414;
  width: 54px;
  border-radius: 20px;
  transform: scale(1, 1);
  transition: all 6s ease 0s;
}

.lubricants-products-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 60px 0;
}
@media (max-width: 640px) {
  .lubricants-products-container {
    flex-direction: column-reverse;
  }
}
.lubricants-products-container .item-left {
  width: calc(55% - 20px);
}
@media (max-width: 640px) {
  .lubricants-products-container .item-left {
    width: 100%;
  }
}
.lubricants-products-container p {
  font-size: 20px;
  margin-top: 20px;
  width: 415px;
}
@media (max-width: 640px) {
  .lubricants-products-container p {
    width: 100%;
  }
}

.lubricants-products-container .item-right {
  width: calc(45% - 20px);
}
@media (max-width: 640px) {
  .lubricants-products-container .item-right {
    width: 100%;
  }
}

#lubricantsProducts {
  background: #F0F0F0;
  position: relative;
}
@media (max-width: 980px) {
  #lubricantsProducts {
    background: #0b0e1d;
  }
}
#lubricantsProducts:before {
  content: "";
  background: #0B0E1D;
  clip-path: polygon(0 0, 100% 0%, 100% 40%, 0% 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 1366px) {
  #lubricantsProducts:before {
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  }
}
@media (max-width: 980px) {
  #lubricantsProducts:before {
    display: none;
  }
}

#lubricantsProductsList {
  background: #F0F0F0;
  padding-top: 40px;
  padding-bottom: 80px;
}
#lubricantsProductsList .item .text {
  color: #0B0E1D;
  font-size: 28px;
  font-weight: bold;
  padding: 30px 50px 30px 0;
  line-height: 120%;
}
@media (max-width: 980px) {
  #lubricantsProductsList .item .text {
    font-size: 24px;
  }
}
#lubricantsProductsList .item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
#lubricantsProductsList .item .img {
  width: 100%;
  height: 343px;
  position: relative;
}
#lubricantsProductsList .item .img .overlay {
  background-position: center 110px;
}
#lubricantsProductsList .item .img .overlay::after {
  color: #7CB414;
}
@media (max-width: 980px) {
  #lubricantsProductsList .item .img {
    height: 240px;
  }
}
#lubricantsProductsList .item:hover .img .overlay {
  background: #0B0E1D url(../../images/icon/kaplan.png) no-repeat;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #7CB414;
  background-position: center 110px;
}
#lubricantsProductsList .item:hover .img .overlay::after {
  content: "Explore Products";
  top: 30px;
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  opacity: 0.3;
  top: 0;
  transition: 0.5s;
  border-radius: 20px;
}

#lubricantsContainer {
  padding-top: 111px;
}
#lubricantsContainer .title {
  text-align: center;
  line-height: 120%;
}
#lubricantsContainer .title i {
  display: inline-flex;
}

.lubricants-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.lubricants-container .lubricants-list {
  display: flex;
  align-items: center;
  width: 1600px;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 640px) {
  .lubricants-container .lubricants-list {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1600px) {
  .lubricants-container .lubricants-list .item-left {
    padding-left: 40px;
  }
}
.lubricants-container .lubricants-list .item-left .lubricants-icon-flex .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}
.lubricants-container .lubricants-list .item-left .lubricants-icon-flex .item .icon {
  width: 45px;
  text-align: center;
}
.lubricants-container .lubricants-list .item-left .lubricants-icon-flex .item .text {
  font-size: 20px;
}
.lubricants-container .lubricants-list .item-left .more {
  margin-top: 50px;
}

.dipNot {
  font-size: 16px;
  display: flex;
  align-items: center;
}

#newsContainer {
  padding-bottom: 75px;
}
@media (max-width: 640px) {
  #newsContainer {
    margin-top: 50px;
  }
}
#newsContainer .title {
  margin-bottom: 36px;
}
#newsContainer .item .text {
  color: #fff;
  font-size: 20px;
  padding: 30px 50px 30px 0;
  line-height: 120%;
}
#newsContainer .item .text strong {
  font-size: 16px;
  font-weight: 400;
  color: #7CB414;
}
#newsContainer .item .text p {
  padding: 5px 0;
  line-height: 140%;
}
#newsContainer .item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 20px;
  transition: transform 0.3s ease;
}
#newsContainer .item .img {
  width: 100%;
  height: 248px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
#newsContainer .item .news-hover {
  color: #7CB414;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  transition: all 0.8s ease;
}
#newsContainer .item:hover .text .news-hover {
  opacity: 1;
}
#newsContainer .item:hover .img img {
  transform: scale(1.1);
}

.news-slider {
  margin-top: 50px;
}
.news-slider p {
  font-size: 20px;
}
.news-slider .owl-dots {
  position: absolute;
  bottom: -100px;
  width: 100%;
  text-align: center;
}
.news-slider .owl-dots .owl-dot {
  background: #9eb0c9;
  width: 24px;
  height: 6px;
  border-radius: 90px;
  margin: 0 2px;
  display: inline-block;
  outline: none;
}
.news-slider .owl-dot.active {
  background: #7CB414;
  width: 54px;
  border-radius: 20px;
  transform: scale(1, 1);
  transition: all 6s ease 0s;
}

/*footer*/
#footerContainer {
  position: relative;
}

.footer-bg {
  background: url(../../images/common/footer-bg.png) no-repeat;
  height: 286px;
  position: absolute;
  width: 589px;
  bottom: 0;
  right: 240px;
}
@media (max-width: 980px) {
  .footer-bg {
    width: 630px;
  }
}
@media (max-width: 640px) {
  .footer-bg {
    width: 100%;
    left: 0;
    height: 100%;
  }
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 70px;
  padding-top: 80px;
}
.footer-container::before {
  content: "";
  background: linear-gradient(to right, #EAA519, #7CB414, #1978D9);
  width: 84%;
  position: absolute;
  top: 0;
  height: 1px;
  opacity: 0.3;
  left: 0;
}
.footer-container::after {
  content: "";
  background: linear-gradient(to right, #EAA519, #7CB414, #1978D9);
  width: 23%;
  position: absolute;
  top: 10px;
  height: 1px;
  opacity: 0.3;
  right: 0;
}
@media (max-width: 640px) {
  .footer-container {
    display: none;
  }
}
.footer-container .footer-text-left {
  width: calc(25% - 20px);
}
@media (max-width: 980px) {
  .footer-container .footer-text-left {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer-container .footer-text-left p {
  color: #859287;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-container .footer-text-left .footer-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 30px;
}
.footer-container .footer-text-left .footer-logo a {
  display: flex;
  gap: 15px;
  align-items: center;
}
.footer-container .footer-menu {
  display: flex;
  width: calc(75% - 30px);
  justify-content: flex-end;
  gap: 60px;
}
@media (max-width: 980px) {
  .footer-container .footer-menu > ul {
    width: calc(33.33% - 6px);
  }
}
@media (max-width: 980px) {
  .footer-container .footer-menu {
    gap: 10px;
    width: 95%;
    margin: 0 auto;
  }
}
.footer-container .footer-menu > ul > li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-container .footer-menu > ul > li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.footer-container .footer-menu .footer-submenu > li {
  list-style: none;
  margin: 0;
}
.footer-container .footer-menu .footer-submenu > li > a {
  font-size: 16px;
  font-weight: 600;
  color: #525770;
}
.footer-container .footer-menu .footer-submenu-1 {
  margin-left: 20px;
}
.footer-container .footer-menu .footer-submenu-1 li {
  position: relative;
  list-style: none;
}
.footer-container .footer-menu .footer-submenu-1 li a {
  font-size: 15px;
  color: #859287;
  transition: 0.5s;
}
.footer-container .footer-menu .footer-submenu-1 li a:hover {
  color: #fff;
}
.footer-container .footer-menu .footer-submenu-1 li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #525770;
  position: absolute;
  border-radius: 100%;
  left: -18px;
  display: flex;
  align-items: center;
  top: 15px;
}
.footer-container .footer-menu .socail-media {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.footer-container .footer-menu .view-all {
  font-size: 14px;
  color: #7DA430;
  margin-top: 15px;
  display: block;
}

.footer-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 20px;
}
@media (max-width: 640px) {
  .footer-center {
    flex-direction: column;
  }
}
.footer-center .footer-text {
  display: flex;
  align-items: center;
  gap: 33px;
}
@media (max-width: 640px) {
  .footer-center .footer-text {
    flex-direction: column;
  }
}
.footer-center .footer-text p {
  font-size: 13px;
  font-weight: 600;
}
.footer-center .footer-text p span {
  color: #E32829;
}
.footer-center .footer-text p span:hover {
  color: #7CB414;
}
.footer-center:before {
  width: 70.5%;
  height: 1px;
  background: #282C3D;
  top: 0;
  position: absolute;
  content: "";
  right: 0;
}
@media (max-width: 640px) {
  .footer-center:before {
    display: none;
  }
}
.footer-center:after {
  width: 65%;
  height: 1px;
  background: #282C3D;
  bottom: 0;
  position: absolute;
  content: "";
  right: 0;
}
@media (max-width: 640px) {
  .footer-center:after {
    display: none;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  padding: 30px 0;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 980px) {
  .footer-bottom {
    padding: 20px 0;
    flex-direction: column;
  }
}
.footer-bottom::before {
  content: "";
  background: linear-gradient(to right, #EAA519, #7CB414, #1978D9);
  width: 87%;
  position: absolute;
  top: 0;
  height: 1px;
  opacity: 0.3;
  right: 0;
}
.footer-bottom::after {
  content: "";
  background: linear-gradient(to right, #EAA519, #7CB414, #1978D9);
  width: 17%;
  position: absolute;
  top: -10px;
  height: 1px;
  opacity: 0.3;
  left: 0;
}
@media (max-width: 640px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.footer-bottom a {
  color: #fff;
  transition: 0.5s;
  font-size: 12px;
}
.footer-bottom a:hover {
  color: #fff;
}
.footer-bottom .item-right p {
  font-size: 12px;
  opacity: 0.2;
}
.footer-bottom .item-center .kvkk {
  display: flex;
  gap: 10px;
  font-size: 12px;
}
@media (max-width: 640px) {
  .footer-bottom .item-center .kvkk {
    flex-direction: column;
  }
}
.footer-bottom .item-center .kvkk span:after {
  content: "|";
  padding-left: 10px;
}
@media (max-width: 640px) {
  .footer-bottom .item-center .kvkk span:after {
    display: none;
  }
}
.footer-bottom .item-center .kvkk span:last-of-type:after {
  display: none;
}
.footer-bottom .copy {
  font-size: 12px;
  top: -1px;
    position: relative;
}

.info-total {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  position: absolute;
  top: -50px;
}
@media (max-width: 640px) {
  .info-total {
    position: relative;
    top: auto;
  }
}
.info-total #count {
  color: #525B54;
  opacity: 0.4;
  font-family: "Poppins";
}
.info-total > span {
  display: flex;
}

/*footer*/
.detail-header-products .title {
  font-size: 34px !important;
}
@media (max-width: 640px) {
  .detail-header-products .title {
    font-size: 26px !important;
  }
}
@media (max-width: 640px) {
  .detail-header-products .title br {
    display: none;
  }
}

.detail-header {
  position: relative;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 84%);
  z-index: 2;
  height: 690px;
}
@media (max-width: 1366px) {
  .detail-header {
    height: 550px;
  }
}
@media (max-width: 1366px) {
  .detail-header {
    height: 460px;
  }
}
@media (max-width: 640px) {
  .detail-header {
    height: 375px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 90%);
  }
}
.detail-header::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 84%, 100% 100%, 100% calc(100% - 4px), 0 calc(84% - 4px));
  background: linear-gradient(to right, #EAA519, #7CB414, #1978D9);
  pointer-events: none;
}
@media (max-width: 640px) {
  .detail-header::after {
    clip-path: polygon(0 90%, 100% 100%, 100% calc(100% - 4px), 0 calc(90% - 4px));
  }
}
.detail-header .detail-header-img {
  height: 100%;
}
.detail-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  .detail-header img {
    -o-object-position: 70% 50%;
       object-position: 70% 50%;
  }
}
@media (max-width: 640px) {
  .detail-header img {
    -o-object-position: 75% 50%;
       object-position: 75% 50%;
  }
}
.detail-header .detail-header-text {
  width: 1275px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
}
@media (max-width: 1366px) {
  .detail-header .detail-header-text {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  .detail-header .detail-header-text {
    bottom: 25%;
  }
}
@media (max-width: 640px) {
  .detail-header .detail-header-text {
    bottom: 21%;
  }
}
.detail-header .detail-header-text .title {
  font-size: 70px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .detail-header .detail-header-text .title {
    font-size: 60px;
  }
}
@media (max-width: 1180px) {
  .detail-header .detail-header-text .title {
    font-size: 50px;
  }
}
@media (max-width: 980px) {
  .detail-header .detail-header-text .title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .detail-header .detail-header-text .title {
    font-size: 30px;
  }
}
.detail-header .detail-header-text p {
  font-size: 22px;
  font-weight: 400;
  width: 521px;
  color: #fff;
}
@media (max-width: 1180px) {
  .detail-header .detail-header-text p {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .detail-header .detail-header-text p {
    font-size: 18px;
    line-height: 120%;
  }
}
@media (max-width: 640px) {
  .detail-header .detail-header-text p {
    width: 100%;
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .detail-header-products {
    height: 470px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 68%);
  }
}
@media (min-width: 1600px) {
  .detail-header-products::after {
    clip-path: polygon(0 68%, 100% 100%, 100% calc(100% - 4px), 0 calc(68% - 4px));
  }
}
@media (min-width: 1600px) {
  .detail-header-products .bread-crumb-container {
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .detail-header-products .detail-header-text {
    bottom: 40%;
  }
}

.bread-crumb-container {
  padding: 17px 0;
}
.bread-crumb-container .bread-crumb-list #dvBreadCrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins";
}
.bread-crumb-container .bread-crumb-list #dvBreadCrumb img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(55%) saturate(685%) hue-rotate(39deg) brightness(100%) contrast(84%);
}
.bread-crumb-container .bread-crumb-list #dvBreadCrumb a {
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
}
.bread-crumb-container .bread-crumb-list #dvBreadCrumb a strong {
  font-weight: 400;
}
.bread-crumb-container .bread-crumb-list #dvBreadCrumb br {
  display: none;
}
.bread-crumb-container .bread-I {
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
}

.orange {
  color: #7CB414;
}

.f18 {
  color: #00362F !important;
  font-size: 18px !important;
  font-weight: 600;
  font-family: "Zalando Sans Expanded" !important;
}

.f22 {
  color: #00362F !important;
  font-size: 22px !important;
}

.f26 {
  color: #00362F !important;
  font-size: 26px !important;
  font-weight: 600;
  font-family: "Zalando Sans Expanded" !important;
}
@media (max-width: 980px) {
  .f26 {
    font-size: 22px !important;
    line-height: 120%;
  }
}

.f30 {
  color: #7CB414 !important;
  font-size: 30px !important;
  font-weight: 600;
  font-family: "Zalando Sans Expanded" !important;
  line-height: 100% !important;
}
@media (max-width: 980px) {
  .f30 {
    font-size: 26px !important;
  }
}
@media (max-width: 980px) {
  .f30 {
    font-size: 24px !important;
  }
}

.f36 {
  color: #7CB414 !important;
  font-size: 36px !important;
  font-weight: 600;
  font-family: "Zalando Sans Expanded" !important;
  line-height: 100% !important;
}
@media (max-width: 980px) {
  .f36 {
    font-size: 30px !important;
  }
}
@media (max-width: 640px) {
  .f36 {
    font-size: 26px !important;
  }
}

.green {
  color: #7CB414 !important;
}

.section-container-detail {
  margin-top: 30px;
}
.section-container-detail h2 {
  font-size: 36px;
  font-weight: 600;
  color: #7CB414;
}
@media (max-width: 980px) {
  .section-container-detail h2 {
    font-size: 30px;
  }
}
.section-container-detail p {
  color: #0A0F12;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  margin-top: 15px;
}
.section-container-detail .item-left {
  width: 56%;
}
@media (max-width: 640px) {
  .section-container-detail .item-left {
    width: 100%;
  }
}
.section-container-detail .item-right {
  width: calc(44% - 60px);
}
@media (max-width: 1366px) {
  .section-container-detail .item-right {
    width: calc(50% - 60px);
  }
}
.section-container-detail .img {
  width: 124%;
}
@media (max-width: 640px) {
  .section-container-detail .img {
    width: 100%;
  }
}

.numbers-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 87px;
}
@media (max-width: 1366px) {
  .numbers-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 1366px) {
  .numbers-list .item {
    width: calc(50% - 20px);
  }
}

#globalPower {
  background: #0B0E1D url(../../images/webp/global-power.webp) no-repeat top;
}

.global-power-container {
  padding-top: 617px;
  text-align: center;
}

.wide-product-range-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .wide-product-range-list {
    flex-direction: column;
  }
}
.wide-product-range-list .item {
  width: calc(45% - 40px);
  border: 1px solid #525770;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .wide-product-range-list .item {
    width: 100%;
  }
}
.wide-product-range-list .item .text {
  text-align: left;
  padding: 40px;
}
.wide-product-range-list .item .text p {
  font-size: 20px;
  margin-bottom: 10px;
}

#certificatesPower {
  margin-top: 75px;
}

.certificates-container {
  text-align: center;
}

.certificates-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1035px;
  margin: 35px auto 0;
  gap: 35px;
}
@media (max-width: 1366px) {
  .certificates-list {
    width: 100%;
  }
}
.certificates-list .item {
  width: calc(25% - 27px);
}
@media (max-width: 640px) {
  .certificates-list .item {
    width: calc(50% - 27px);
  }
}
.certificates-list .certificates-img img {
  border-top-right-radius: 20px;
}
.certificates-list .certificates-title {
  color: #fff;
  font-size: 20px;
  padding: 25px 0;
}

.bottom-menu-container {
  text-align: center;
  width: 535px;
  margin: 0 auto;
  border: 1px solid #525770;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .bottom-menu-container {
    width: 100%;
  }
}
.bottom-menu-container li {
  list-style: none;
}
.bottom-menu-container li .selected {
  color: #fff !important;
}
.bottom-menu-container li a {
  color: #7CB414;
  font-size: 20px;
}
.bottom-menu-container li a:hover {
  color: #fff;
}
.bottom-menu-container ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#bottomMenu {
  margin-top: 70px;
  margin-bottom: 70px;
}

#explanation  {
	overflow: hidden;
}
 
.explanation-container {
  margin: 0 auto;
}
.explanation-container:after {
  content: "";
  background: url(../../images/icon/looking-bg.png) no-repeat top;
  position: absolute;
  top: 30px;
  right: 101px;
  z-index: -1;
  background-size: 100%;
  width: 200px;
  height: 190px;
}
@media (max-width: 980px) {
  .explanation-container:after {
    right: 40px;
  }
}
@media (max-width: 640px) {
  .explanation-container:after {
    left: 40px;
  }
}
@media (max-width: 640px) {
  .explanation-container {
    width: 100%;
  }
}
.explanation-container .text {
  display: flex;
  padding-top: 20px;
  align-items: center;
  justify-content: space-around;
}
.explanation-container .explanation-img {
	width: 400px;
}
.explanation-container .text img {
    width: 100%;
}
@media (max-width: 640px) {
  .explanation-container .text {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
  }
}
.explanation-container .text::before {
  content: "";
  background: linear-gradient(to right, #EAA519, #7CB414, #1978D9);
  width: 100%;
  position: absolute;
  top: 0;
  height: 1px;
  opacity: 0.3;
}
.explanation-container .text .explanation-text {
  width: 100%;
  line-height: 50px;
}
@media (max-width: 640px) {
  .explanation-container .text .explanation-text {
    width: 100%;
  }
}
.explanation-container .text .explanation-text .title {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1180px) {
  .explanation-container .text .explanation-text .title {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  .explanation-container .text .explanation-text .title {
    font-size: 25px;
  }
}
.explanation-container .explanation-img {
  margin-bottom: 30px;
}
.explanation-container p {
  margin-bottom: 22px;
  line-height: 125%;
  font-size: 18px;
  color: #859287;
}

/*news*/
.news-list-container {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.news-list-container .item {
  width: calc(33.333% - 12px);
  color: #fff;
  gap: 5px;
  font-size: 20px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}
@media (max-width: 980px) {
  .news-list-container .item {
    width: calc(50% - 9px);
  }
}
@media (max-width: 640px) {
  .news-list-container .item {
    width: 100%;
  }
}
.news-list-container .item .img {
  width: 100% !important;
  height: 262px;
}
.news-list-container .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list-container .item .date {
  font-weight: bold;
  color: #7CB414;
}
.news-list-container .item .item-text .news-title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  min-height: 55px;
}
@media (max-width: 1180px) {
  .news-list-container .item .item-text .news-title {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .news-list-container .item .item-text .news-title {
    min-height: auto;
  }
}
.news-list-container .item .item-text {
  padding: 0 10px;
}
.news-list-container .item .item-text .news-summary {
  min-height: 170px;
}
@media (max-width: 640px) {
  .news-list-container .item .item-text .news-summary {
    min-height: auto;
  }
}

.arfer-btn a {
  background: #7CB414;
  color: #fff;
  padding: 12px 0;
  width: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
}

.arfer-btn a:hover {
  background: none;
  border: 1px solid #0A0F12;
  color: #0A0F12;
}

#newsList {
  margin-top: 20px;
  margin-bottom: 100px;
}
@media (max-width: 980px) {
  #newsList {
    margin-bottom: 60px;
  }
}

/*news*/
.header-detail-products-bg {
  background: #7CB414;
  height: 578px;
  position: relative;
  width: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 77.5%, 0% 100%);
}
@media (max-width: 980px) {
  .header-detail-products-bg {
    height: 485px;
    clip-path: polygon(0 0, 100% 0%, 100% 80.5%, 0% 100%);
  }
}
@media (max-width: 640px) {
  .header-detail-products-bg {
    clip-path: none;
  }
}
.header-detail-products-bg .header-detail-products-image {
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
  width: 100%;
  height: 534px;
}
@media (max-width: 980px) {
  .header-detail-products-bg .header-detail-products-image {
    height: 465px;
    background-size: auto 100% !important;
  }
}
@media (max-width: 640px) {
  .header-detail-products-bg .header-detail-products-image {
    clip-path: none;
  }
}

.header-detail-bg {
  background: #7CB414;
  height: 754px;
  position: relative;
  width: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 77.5%, 0% 100%);
}
@media (max-width: 980px) {
  .header-detail-bg {
    height: 612px;
    clip-path: polygon(0 0, 100% 0%, 100% 80.5%, 0% 100%);
  }
}
@media (max-width: 640px) {
  .header-detail-bg {
    clip-path: none;
  }
}
.header-detail-bg .header-detail-image {
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
  width: 100%;
  height: 709px;
}
@media (max-width: 980px) {
  .header-detail-bg .header-detail-image {
    height: 585px;
    background-size: auto 100% !important;
  }
}
@media (max-width: 640px) {
  .header-detail-bg .header-detail-image {
    clip-path: none;
  }
}

.detail-text h2 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .detail-text h2 {
    font-size: 30px;
  }
}
.detail-text p {
  margin-bottom: 30px;
  font-size: 18px;
}
.detail-text ul {
  margin-left: 20px;
  margin-bottom: 30px;
}
.detail-text ul li {
  color: #0A0F12;
  font-family: "Poppins";
  font-size: 18px;
}
.detail-text ul li ul {
  margin-top: 10px;
}

.back a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #7CB414;
  margin-top: 70px;
}

.nytronTable {
  width: 100%;
  border: 1px solid #D0D0D0;
  margin-bottom: 30px;
}
.nytronTable p {
  margin: 0;
}
@media (max-width: 1366px) {
  .nytronTable {
    overflow-x: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
.nytronTable tr th {
  background: #7CB414;
  font-weight: 500;
  font-size: 12px;
  padding: 12px;
  border-right: 1px solid #D0D0D0;
  text-align: center;
  border-bottom: 1px solid #D0D0D0;
}
.nytronTable tr td {
  font-size: 12px;
  padding: 12px;
  text-align: center;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
.nytronTable tr td:last-of-type {
  border-right: none;
}

.flex-container-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media (max-width: 980px) {
  .flex-container-detail {
    flex-direction: column;
  }
}
.flex-container-detail .item-left {
  width: calc(76% - 35px);
}
@media (max-width: 980px) {
  .flex-container-detail .item-left {
    width: 100%;
  }
}
.flex-container-detail .item-right {
  width: 24%;
}
@media (max-width: 980px) {
  .flex-container-detail .item-right {
    width: 100%;
  }
}

.detail-menu-right {
  position: relative;
  margin-top: -120px;
  z-index: 3;
}
@media (max-width: 980px) {
  .detail-menu-right {
    margin-top: 5px;
  }
}

.detail-menu-right nav {
  background: #fff;
  border-radius: 10px;
  padding: 30px 0;
}
.detail-menu-right nav .menu-item {
  padding: 0 20px 20px 30px;
}
@media (max-width: 1366px) {
  .detail-menu-right nav .menu-item {
    padding: 0 20px 20px 20px;
  }
}
.detail-menu-right nav .menu-title {
  display: block;
  cursor: pointer;
  color: #0B0E1D;
  font-weight: 500;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-bottom: 15px;
}
.detail-menu-right nav .menu-title::after {
  content: "";
  background: #DDDDDD;
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
  height: 1px;
}
@media (max-width: 980px) {
  .detail-menu-right nav .menu-title {
    font-size: 20px;
  }
}
.detail-menu-right nav .menu-item a:hover {
  color: #7CB414;
}
.detail-menu-right nav .menu-title.selected {
  color: #7CB414;
}
.detail-menu-right nav .submenu {
  display: none;
  padding-left: 20px;
}
.detail-menu-right nav .menu-item.open > .submenu {
  display: block;
}
.detail-menu-right nav .submenu-item {
  position: relative;
  padding: 9px 0;
}
.detail-menu-right nav .level2 {
  display: block;
  color: #00362F;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 980px) {
  .detail-menu-right nav .level2 {
    font-size: 18px;
  }
}
.detail-menu-right nav .level2.selected {
  color: #7CB414;
  font-weight: 600;
}
.detail-menu-right nav .subsubmenu {
  display: none;
  padding-left: 20px;
}
.detail-menu-right nav .subsubmenu > .level3 {
  padding-top: 15px;
}
.detail-menu-right nav .submenu-item.open > .subsubmenu {
  display: block;
}
.detail-menu-right nav .level3 {
  display: block;
  color: #00362F;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 980px) {
  .detail-menu-right nav .level3 {
    font-size: 18px;
  }
}
.detail-menu-right nav .level3.selected {
  color: #7CB414;
  font-weight: 300;
}
.detail-menu-right nav .menu-top-title {
  font-size: 24px;
  font-weight: 700;
  color: #7CB414;
  display: inline-flex;
  align-items: center;
  padding-left: 31px;
  text-transform: uppercase;
  position: relative;
  padding-right: 31px;
  padding-bottom: 12px;
  margin-bottom: 23px;
}
.detail-menu-right nav .menu-top-title::after {
  content: "";
  height: 4px;
  background: #7CB414;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 30px;
  width: calc(100% - 62px);
}
@media (max-width: 640px) {
  .detail-menu-right nav .menu-top-title {
    font-size: 24px;
    height: 64px;
  }
}
.detail-menu-right nav .menu-title.selected + .submenu .subsubmenu {
  display: block;
}

#productsList {
  background: #F9F9FB;
  padding-bottom: 140px;
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 980px) {
  #productsList {
    clip-path: polygon(0 0, 100% 0%, 100% 97%, 0% 100%);
  }
}
@media (max-width: 640px) {
  #productsList {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
#productsList::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #EAA519, #7CB414, #1978D9);
  pointer-events: none;
  clip-path: polygon(0 100%, 100% 95%, 100% calc(95% - 4px), 0 calc(100% - 4px));
}
@media (max-width: 980px) {
  #productsList::after {
    clip-path: polygon(0 100%, 100% 97%, 100% calc(97% - 4px), 0 calc(100% - 4px));
  }
}
@media (max-width: 640px) {
  #productsList::after {
    clip-path: polygon(0 100%, 100% 100%, 100% calc(100% - 4px), 0 calc(100% - 4px));
  }
}

@supports (-webkit-appearance: none) and (not (appearance: none)) {
    #productsList::after {
        display: none;
    }
} 

.products-list-container {
  margin-top: -85px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1921px) {
  .products-list-container {
    margin: -85px auto 0;
    width: 1920px;
  }
}
@media (max-width: 1550px) {
  .products-list-container {
    margin-top: -10px;
  }
}
@media (max-width: 1180px) {
  .products-list-container {
    margin-top: -1px;
    padding-top: 30px;
  }
}
.products-list-container .products-text {
  color: #0A0F12;
}
@media (max-width: 640px) {
  .products-list-container .products-text {
    padding-left: 20px;
  }
}
.products-list-container .products-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
  font-family: 'Poppins';
}
.products-list-container .item {
  display: flex;
  align-items: center;
  margin-bottom: -50px;
  width: 80%;
}
@media (max-width: 1550px) {
  .products-list-container .item {
    margin-bottom: -20px;
  }
}
@media (max-width: 1366px) {
  .products-list-container .item {
    width: 95%;
  }
}
@media (max-width: 1180px) {
  .products-list-container .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .products-list-container .item {
    flex-direction: column;
    width: 100%;
  }
}
.products-list-container .item:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: auto;
}
@media (max-width: 640px) {
  .products-list-container .item:nth-child(2n) {
    flex-direction: column;
  }
}
.products-list-container .item-right ul {
  margin-bottom: 30px;
}
.products-list-container .item-right ul li {
  list-style: none;
}
.products-list-container .item-right .title {
  margin-bottom: 20px;
  color: #00362F;
  font-size: 34px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 1366px) {
  .products-list-container .item-right .title {
    font-size: 30px;
  }
}
@media (max-width: 1180px) {
  .products-list-container .item-right .title {
    font-size: 25px;
  }
}
.products-list-container .item-right .title strong {
  display: block;
}
.products-list-container .item .item-left {
  width: calc(63% - 20px);
}
@media (max-width: 980px) {
  .products-list-container .item .item-left {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .products-list-container .item .item-left {
    width: 100%;
  }
}
.products-list-container .item .item-right {
  width: 38%;
}
@media (max-width: 980px) {
  .products-list-container .item .item-right {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .products-list-container .item .item-right {
    width: 100%;
    margin-top: 25px;
  }
}

.address-list {
  display: flex;
  gap: 19px;
  align-items: flex-start;
  margin-bottom: 40px;
}
.address-list a {
  color: #0B0E1D;
}
.address-list p {
  margin: 0;
}

.address-list-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 15px;
}
.address-list-2 .item2 {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  align-items: center;
  margin-bottom: 30px;
}
.address-list-2 .item2 p {
  margin: 0;
}
.address-list-2 .item2 a {
  color: #0B0E1D;
}

.menu-li li.level1 {
  padding-bottom: 17px;
  position: relative;
}
.menu-li li.level1:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu-li li.level1:last-of-type:after {
  display: none;
}

.form-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form-container .form-group {
  width: calc(50% - 10px);
}
.form-container .form-group input {
  height: 58px;
  border-radius: 10px;
}

#sendBtn {
  background: #7CB414 !important;
  border: none !important;
  height: 56px;
  padding: 0 35px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px 10px 16px 10px;
  transition: 0.5s;
  border: 1px solid #7CB414;
}
#sendBtn:hover {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.searchForm {
  position: fixed;
  background: #7CB414;
  width: 1329px;
  padding: 18px 60px 18px 18px;
  z-index: 99999;
  margin: 35px auto 0;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 20px;
  display: none;
}
.searchForm .search-container input {
  width: 100%;
}
@media (max-width: 1550px) {
  .searchForm {
    width: 90%;
  }
}
.searchForm .form-content {
  display: flex;
  gap: 10px;
}
.searchForm .form-content .inner {
  width: 90%;
}
.searchForm .form-content .btn-search {
  width: 8%;
  background: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}
@media (max-width: 640px) {
  .searchForm .form-content .btn-search {
    width: 75px;
  }
}
.searchForm .form-content .inner input {
  border: none;
  height: 60px;
  border-radius: 14px;
  font-size: 18px;
  padding: 20px;
}
.searchForm .cloeseHome {
  position: absolute;
  right: 0;
  top: 33px;
  cursor: pointer;
}
.searchForm .cloeseHome::after {
  display: none;
}

#headerContainer {
	position: absolute;
    z-index: 5;
    width: 100%;
}

.submenu-open #headerContainer {
    background: #efefef;
}

.submenu-open #headerContainer .menu-container > ul li a {
    color: #00362F;
	display:block;
}

.submenu-open #headerContainer .menu-container > ul li a:hover {
    color: #7cb414 !important;
}

.submenu-open #headerContainer .hdr-btn a:hover {
    background: #00372f;
}

.submenu-open .header-container .logo a img:nth-child(2) {
    filter: brightness(0) saturate(100%) invert(16%) sepia(9%) saturate(5569%) hue-rotate(129deg) brightness(98%) contrast(101%);
}

.submenu-open .header-container .btnSearch {
    filter: brightness(0) saturate(100%) invert(16%) sepia(9%) saturate(5569%) hue-rotate(129deg) brightness(98%) contrast(101%);	
}

.submenu-open .header-container .lang img {
	filter: brightness(0) saturate(100%) invert(16%) sepia(9%) saturate(5569%) hue-rotate(129deg) brightness(98%) contrast(101%);
}

.submenu-open .header-container span {
	color: #00362F;
}

@media (max-width: 1023px) {
	.submenu-open #headerContainer .menu-container > ul li a {
		color: #fff;
	}
	.submenu-open .header-container .submenuList .submenu2 li a {
    color: #fff !important;
	}
	.submenu-open .header-container .submenu > li a:before {
    background: #fff;
	}
}

.submenu-open .header-container .submenu:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100vw - 17px);
    height: 100%;
    background: #efefef;
    transform: translateX(-50%);
    z-index: -1;
}

@media (max-width: 1180px) {
  #headerContainer .logo img {
    height: 40px;
  }
}

@media (max-width: 1023px) {
	.submenu-open .header-container .submenu:after {
	   display:none;
	}
}

/*menu*/
.hamburger-change .bar1,
.hamburger-change .bar2,
.hamburger-change .bar3 {
  background-color: #ffffff !important;
}

.hamburger-btn {
  display: none;
  cursor: pointer;
  padding: 3px 10px;
  border-radius: 4px;
  position: relative;
  z-index: 999;
}
@media (max-width: 980px) {
  .hamburger-btn {
    display: flex;
    position: absolute;
    top: -10px;
    right: 25px;
    background: #7CB414;
    padding: 0;
    border-radius: 100%;
    height: 52px;
    width: 52px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .hamburger-btn {
    top: -4px;
    right: 15px;
  }
}

.hamburger-change .bar1 {
  width: 40px !important;
}

.hamburger-change .bar3 {
  width: 40px !important;
}

.hamburger-btn .bar1 {
  width: 20px;
}

.hamburger-btn .bar2 {
  width: 35px;
}

.hamburger-btn .bar3 {
  width: 10px;
}

.hamburger-btn .bar1,
.hamburger-btn .bar2,
.hamburger-btn .bar3 {
  height: 4px;
  background-color: #ffffff;
  margin: 3px 0px;
  transition: 0.4s;
  border-radius: 10px;
}

.hamburger-change .bar1 {
  transform: rotate(-45deg) translate(-12px, 12px);
}

.hamburger-change .bar2 {
  /*IE8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*IE 5-7*/
  filter: alpha(opacity=0);
  /*Modern Browsers*/
  opacity: 0;
}

.hamburger-change .bar3 {
  transform: rotate(45deg) translate(-6px, -6px);
}

@media (max-width: 980px) {
  .header-container .item-right {
    width: 600px;
    background: #7CB414;
    position: fixed;
    z-index: 11;
    right: 0;
    height: 100%;
    top: 0;
    right: -500px;
    width: 500px;
    z-index: 15;
    flex-direction: column;
    padding: 93px 40px 0;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .header-container .item-right {
    width: 300px;
  }
}
@media (max-width: 980px) {
  .header-container .item-right .lang a {
    position: absolute;
    top: 26px;
    margin-left: 58px;
  }
}
@media (max-width: 980px) {
  .header-container .item-right .btnSearch {
    position: absolute;
    top: 22px;
  }
}
@media (max-width: 980px) {
  .header-container .item-right .hdr-btn {
    position: absolute;
    bottom: 100px;
    left: 55px;
    margin-left: -16px;
  }
}
@media (max-width: 980px) {
  .header-container .item-right .hdr-btn a {
    background: #0e1120;
  }
}

/*menu*/
.media-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}
.media-flex .item {
  width: calc(33.333% - 20px);
}
@media (max-width: 980px) {
  .media-flex .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 640px) {
  .media-flex .item {
    width: 100%;
  }
}
.media-flex .item .img img {
  border-radius: 10px;
}
.media-flex .item .text-list {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.media-flex .item .text-list .part i {
  color: #fff;
  font-style: normal;
  font-size: 20px;
}
.media-flex .item .text-list .part .k-dipnot {
  font-size: 14px;
  font-style: italic;
  color: #525770;
}

.media-list-container .media-top {
  display: flex;
  gap: 10px;
  margin-bottom: 80px;
}

.mobil {
  display: none;
}
@media (max-width: 980px) {
  .mobil {
    display: block;
  }
}

@media (max-width: 980px) {
  .desktop {
    display: none;
  }
}

.explanation-container .orange:hover {
  color: #fff;
}

.borderH {
  width: 1px;
  height: 57px;
  background: #fff;
  margin: 30px auto 30px;
}

.more-text:hover {
  color: #fff;
}

.principles {
  max-width: 800px;
  padding: 40px 0 20px;
  font-family: "Poppins", sans-serif;
}

.principles-title {
  color: #7CB414 !important;
  font-size: 26px !important;
  font-weight: 600;
  margin-bottom: 30px;
}

.principle-item {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.principle-item .line {
  width: 9px;
  min-height: 100%;
}

.principle-item h3 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
  color: #00362F;
}
@media (max-width: 980px) {
  .principle-item h3 {
    font-size: 22px;
  }
}

.principle-item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #0A0F12;
  font-weight: 400;
}

/* Renkler */
.principle-item.green .line {
  background: #7CB414;
}

.principle-item.orange .line {
  background: #EAA519;
}

.principle-item.blue .line {
  background: #1978D9;
}

.principle-item.darkgreen .line {
  background: #00362F;
}

/* Mobil uyum */
@media (max-width: 600px) {
  .principle-item {
    gap: 14px;
  }
  .principle-item h3 {
    font-size: 16px;
  }
}
.contact-info {
  max-width: 1000px;
  padding: 40px 20px;
  color: #00362F;
}
@media (max-width: 640px) {
  .contact-info {
    padding: 40px 5px;
  }
}
.contact-info .office-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
.contact-info .office-title {
  color: #6cbf00;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.contact-info .info-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-info .info-row.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 980px) {
  .contact-info .info-row.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .contact-info .info-row.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-info .info-row.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 640px) {
  .contact-info .info-row.grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-info .info-item {
  display: flex;
  gap: 20px;
}
.contact-info .info-item strong {
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 100%;
}
@media (max-width: 980px) {
  .contact-info .info-item strong {
    font-size: 20px;
  }
}
.contact-info .info-item p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}
.contact-info .info-item p a {
  color: #00362F;
}
.contact-info .icon {
  color: #6cbf00;
  font-size: 18px;
  min-width: 24px;
  font-weight: 700;
}
.contact-info .contact-note {
  display: flex;
  gap: 37px;
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 980px) {
  .contact-info .contact-note {
    gap: 15px;
    padding: 0;
  }
}
.contact-info .contact-note img {
  width: 100px;
}
.contact-info .note-icon {
  font-size: 22px;
  color: #6cbf00;
}
.contact-info .contact-note p {
  margin: 0;
  font-size: 20px;
  color: #0f172a;
  font-weight: 700;
}

hr {
  border: none;
  margin: 50px 0;
  background: linear-gradient(90deg, #EAA519 0%, #7CB414 46.63%, #1978D9 100%);
}
@media (max-width: 640px) {
  hr {
    margin: 30px 0;
  }
}

.products-list-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.products-list-detail .item {
  width: calc(33.333% - 14px);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .products-list-detail .item {
    margin: 30px 0;
    width: calc(50% - 10px);
  }
}
.products-list-detail .item a {
  display: flex;
  flex-direction: column;
  color: #00362F;
}
.products-list-detail .item .img {
  width: 100%;
}
.products-list-detail .item .img img {
  width: 100%;
  border-radius: 17px 17px 0 0;
}
.products-list-detail .item .text {
  padding: 25px 30px;
}
@media (max-width: 1366px) {
  .products-list-detail .item .text {
    padding: 25px 10px;
  }
}
@media (max-width: 640px) {
  .products-list-detail .item .text {
    padding: 15px 10px;
  }
}
.products-list-detail .item .text .detail-title {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  .products-list-detail .item .text .detail-title {
    line-height: 130%;
  }
}
@media (max-width: 640px) {
  .products-list-detail .item .text .detail-title {
    font-size: 18px;
    line-height: 120% !important;
  }
}
.products-list-detail .item .text span {
  display: block;
}
.products-list-detail .item .text .detail-product-note {
  color: #282A28;
  font-size: 14px;
  font-family: "Poppins";
  padding-top: 5px;
  opacity: 0.4;
}
.products-list-detail .item a:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  background: #7CB414;
  height: 100%;
}

@media (max-width: 768px) {
  .info-row.grid-3, .info-row.grid-2 {
    grid-template-columns: 1fr;
  }
}
.sofer-detail-liste {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.sofer-detail-liste .sofer-item {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  align-items: center;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.sofer-detail-liste .sofer-item span {
  display: flex;
  flex-direction: column;
}
.sofer-detail-liste .sofer-item .img {
  flex: 1.2;
  width: 100%;
}
.sofer-detail-liste .sofer-item .text {
  flex: 2;
  color: #00362F;
  padding: 0 40px;
}
.sofer-detail-liste .sofer-item .img img {
  width: 100%;
  /* height: 100%; */
}

.f18 {
  color: #00362F !important;
  font-size: 18px !important;
  font-weight: 600;
  font-family: "Zalando Sans Expanded" !important;
}

.sofer-detail-liste .sofer-item .material-symbols-outlined {
  color: #7CB414;
  font-size: 40px;
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.sofer-detail-liste .sofer-item:hover {
  background: #7cb414;
}
.sofer-detail-liste .sofer-item:hover .material-symbols-outlined {
  color: #fff;
}
.sofer-detail-liste .sofer-item:hover .text span {
  color: #fff !important;
}

.spec-box {
  font-family: "Poppins", sans-serif;
  margin-bottom: 35px;
}
.spec-box .spec-row {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.spec-box .spec-title {
  width: 205px;
  font-weight: 700;
}
.spec-box .spec-sep {
  margin-right: 14px;
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft1 {
  animation: fadeInLeft1 0.5s forwards;
}

.fadeInRight1 {
  animation: fadeInRight1 1s forwards;
}

.fadeInDown1 {
  animation: fadeInDown1 0.5s forwards;
}

.fadeInUp1 {
  animation: fadeInUp1 1s forwards;
}

/* Yukarıdan aşağıya */
@keyframes fadeInDown1 {
  0% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
/* Aşağıdan yukarıya */
@keyframes fadeInUp1 {
  0% {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
/* Soldan sağa */
@keyframes fadeInLeft1 {
  0% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
/* Sağdan sola */
@keyframes fadeInRight1 {
  0% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
/*# sourceMappingURL=project.css.map */