@charset "UTF-8";
:root {
  color-scheme: light;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  height: 100%;
  touch-action: pan-y;
  -webkit-user-drag: none;
}

html {
  height: 100%;
}

.relative {
  position: relative;
}

.absolute_logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  transition: 2s ease;
  cursor: progress;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255, 191, 0, 0.891);
}
.loading .text {
  color: white;
  font-weight: 800;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.161);
}
.loading .dot {
  background: white;
  height: 0.65em;
  width: 0.65em;
  border-radius: 50%;
  animation: move 0.6s ease infinite;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.161);
}

.error-container {
  margin-top: 7px;
  font-size: 13px;
  color: #f44336;
}

@keyframes move {
  0% {
    transform: translateX(50%);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(50%);
  }
}
.container-fuid {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.container {
  width: 80%;
  max-width: 800px;
  margin: auto;
  padding: 50px 0;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

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

.justify-content-center {
  justify-content: center;
}

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

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.h-100 {
  height: 100%;
  overflow: hidden;
}

.w-100 {
  width: 100%;
}

.checkbox {
  font-size: 13px;
  gap: 3px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease;
  margin: 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
}
.checkbox .square {
  background-color: #f8f8f8;
  border: 1px solid #e2e2e2;
  height: 18px;
  width: 18px;
  margin-right: 8px;
  background-color: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0.42rem;
}
.checkbox:hover > input:not([disabled]) ~ span,
.checkbox input:focus ~ .square {
  transition: all 0.3s ease;
}
.checkbox input:checked ~ .square {
  transition: all 0.3s ease;
  background-color: none;
  background-color: #ffb000;
  border-color: #ffb000;
}
.checkbox input:checked ~ .square:after {
  display: block;
  border-color: #fff;
}
.checkbox input:focus ~ .square {
  border: 1px solid transparent;
}
.checkbox .square:after {
  content: "";
  width: 5px;
  height: 10px;
  border-color: transparent;
  border-style: solid;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -2px;
}

.legal-content {
  padding: 2rem 1rem;
}
.legal-content p {
  font-size: 13px;
  margin-bottom: 10px;
}
.legal-content h1 {
  font-size: 22px;
  color: #ffb000;
  margin-bottom: 10px;
}

a {
  color: #ffb000;
}

.btn-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 72px;
  left: 0;
  z-index: 11;
}
.btn-prev svg {
  width: 100%;
  height: auto;
}

.btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 72px;
  right: 20px;
  z-index: 11;
}
.btn-close svg {
  width: 100%;
  height: auto;
}

.btn-explore-yellow {
  background: #ffb000;
  border-radius: 40px;
  height: 60px;
  color: #000 !important;
  display: flex;
  align-items: center;
}

.pages {
  box-sizing: border-box;
  display: flex;
  background-size: cover;
  min-height: 100%;
}

.page {
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.7s;
  color: white;
  min-width: 100%;
  position: relative;
  display: flex;
  min-height: 100%;
}

.one {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.one:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(35, 31, 32, 0) 60%);
}

.two {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
.two:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.16);
}
@media (min-height: 800px) {
  .two .arikovan-logo {
    margin-bottom: 3rem !important;
  }
  .two .content-arikovan {
    width: 100% !important;
  }
}

.three {
  overflow: hidden;
}
.three input {
  height: 46px;
  border-radius: 3rem;
  border: none;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
.three input:focus {
  outline: 2px solid #ffb000;
}
.three input.error-container {
  outline: 2px solid #f44336;
}

.dogrulananurun-1 {
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: 100% auto;
}
.dogrulananurun-1:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4196078431) 0%, rgba(35, 31, 32, 0) 50%);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.dogrulananurun-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.dogrulananurun-2:before {
  background: rgba(0, 0, 0, 0.541);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.dogrulananurun-2 input[type=email] {
  height: 46px;
  border-radius: 3rem;
  border: none;
  max-width: 290px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
.dogrulananurun-2 input[type=email]:focus {
  outline: 2px solid #ffb000;
}
.dogrulananurun-2 input[type=email].error-container {
  outline: 2px solid #f44336;
}
.dogrulananurun-2 .checkbox a {
  color: #fff;
}

.talebinizgonderildi {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.talebinizgonderildi:before {
  background: rgba(0, 0, 0, 0.541);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
}

.bitkicicekkaynaklari {
  background: #e1e2d2;
}

.dogrulanamayanurun {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.dogrulanamayanurun:before {
  background: rgba(0, 0, 0, 0.541);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.dogrulanamayanurun .contact a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.posts .post-category {
  background: #ffb000;
  padding: 1.4rem;
  border-radius: 24px;
  gap: 0.8rem;
  display: flex;
  flex-direction: column;
}
.posts .post-category .title {
  text-align: center;
  padding: 1rem 0;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}
.posts .post-category .category {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
}
.posts .post-category .category .polenText {
  width: calc(100% - 100px);
  margin-left: 10px;
}
.posts .post-category .category .polenText p {
  color: #000;
  opacity: 0.6;
  font-size: 11px;
}
.posts .post-category .category .polenText h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.posts .post-category .category img {
  width: 90px;
  height: 80px;
  border-radius: 5px;
}
.posts .item img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.posts .item a {
  background: #ffb000;
  border: none;
  padding: 1.2rem 1rem;
  width: 80%;
  border-radius: 50rem;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  margin: auto;
  justify-content: center;
}

@media screen and (orientation: landscape) {
  body {
    margin: auto;
  }
  .one {
    padding: 1rem 0;
  }
}
.video_bg {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.search_input_title {
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin: 10px 0px;
}
.search_input_title span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.multi-btn-list {
  gap: 15px;
}
.multi-btn-list a:first-child {
  padding: 0px 30px;
}
.multi-btn-list a {
  font-size: 14px;
  text-decoration: none;
  flex: 0 0 calc(50% - 10px);
  box-sizing: border-box;
  padding: 0px 15px;
}

.search_image_1 {
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
  height: auto;
  max-height: 370px;
  object-fit: contain;
}

.search_image_2 {
  position: absolute;
  width: 100%;
  max-width: 205px;
  margin-left: -308px;
  margin-top: 10px;
  height: auto;
}

#ProductInquiry > .d-flex.flex-1 {
  justify-content: end;
  padding-bottom: 20px;
}

.justify-content-end {
  justify-content: end;
}

.alt_golge:before {
  width: 100%;
  position: relative;
  z-index: 3;
  height: 100%;
  background: url(../Img/alt_golge.png) no-repeat;
  background-position: bottom;
  content: "";
  display: block;
}

.new_splash_page .container {
  padding-bottom: 150px;
  position: relative;
  z-index: 4;
}

.skip_btn, .skip_btn_2 {
  height: 60px;
  width: 60px;
  border-radius: 60px 0px 0px 60px;
  background: #FFB000;
  position: absolute;
  right: 0px;
  bottom: 50px;
  justify-content: center;
  align-items: center;
  z-index: 5;
  display: inline-flex;
}

.skip_btn_2 svg {
  margin-left: 15px;
}

.skip_btn_2 {
  width: max-content;
  border-radius: 60px;
  transform: translate(-50%, 0);
  left: 50%;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  gap: 15px;
  padding-right: 20px;
  user-select: none;
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.bg_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  object-fit: cover;
}

.detailPageBg .container.h-100 {
  height: 100dvh;
  box-sizing: border-box;
}

.detail_urun-detay-sayfasi.product_detail *.div {
  overflow: hidden !important;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; /* scroll tamamen kapansın */
}

body {
  height: -webkit-fill-available; /* iOS Safari için */
}

body {
  padding-bottom: env(safe-area-inset-bottom, 0);
  background-color: #fff; /* beyaz çizgi olmasın */
}

.verify_svg img {
  width: 100%;
  height: auto;
}

.language_list {
  position: absolute;
  padding: 5px;
  right: 0px;
  bottom: 5px;
  border-radius: 50px;
}

.language_list a {
  text-decoration: none;
}

.language_list ul {
  display: none;
}

.language_list.active {
  padding: 10px;
  padding-top: 20px;
  background: #FFF;
}

.language_list.active ul {
  list-style: none;
  display: block;
}

.language_list ul li {
  margin-bottom: 10px;
  color: #000;
}

.language_list ul li a {
  color: #000;
  text-decoration: none;
}

.language_list ul li.active {
  color: #ffb000;
}

.language_list.active svg path {
  fill: #000;
}

.home_title_1 {
  font-size: 35px;
  color: #FFB000;
  font-weight: 700;
  margin-bottom: 50px;
}

.home_text_1 {
  font-size: 22px;
  font-style: italic;
  color: #FFF;
  position: absolute;
  bottom: 80px;
  font-weight: 300;
}

@media screen and (max-height: 660px) {
  .search_image_1 {
    max-height: 300px;
  }
}
@media screen and (max-height: 710px) {
  .search_image_2 {
    max-width: 195px;
    margin-left: -288px;
  }
  .search_input_title {
    margin-top: 10px;
    font-size: 28px;
  }
}
@media screen and (min-height: 710px) {
  .dogrulananurun-1 {
    background-size: cover;
  }
}
@media screen and (min-height: 710px) and (max-height: 900px) {
  .search_image_1 {
    max-height: 450px;
  }
}
@media screen and (min-height: 900px) and (max-height: 1000px) {
  .search_image_1 {
    max-height: 500px;
  }
}
@media screen and (min-width: 767px) {
  body {
    max-width: 500px;
    margin: 0px auto;
    background: #857249;
  }
}
@media screen and (min-height: 550px) and (min-height: 590px) {
  .search_image_1 {
    max-height: 390px;
  }
}
@media screen and (max-height: 550px) {
  .posts .item .position-absolute {
    position: relative;
    bottom: auto !important;
  }
  .posts .item a {
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    margin-top: 10px;
  }
  .posts .post-category .title {
    font-size: 20px;
  }
  .posts .post-category .category {
    flex-wrap: wrap;
  }
  .posts .post-category .category img {
    width: 100%;
    object-fit: cover;
    height: 140px;
  }
  .posts .post-category .category .polenText {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
  .multi-btn-list a {
    font-size: 12px;
    padding: 0px 20px !important;
  }
  .verify_svg {
    margin-top: 0px !important;
  }
  .btn-prev {
    top: 43px;
  }
  .container {
    padding: 20px 0px;
  }
  .search_image_1 {
    max-height: 260px;
  }
  .home_title_1 {
    font-size: 28px;
  }
  .home_text_1 {
    bottom: 70px;
  }
}

/*# sourceMappingURL=Styles.css.map */
