@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --primary_color: #c1272d;
  --secondary_color: #202020;
  --hover: #b8b8b8;
  --description_p_color: #4a4a4a;
  --white: #fafafa;
}

.rounded-12px {
  border-radius: 12px;
}

.rounded-25px {
  border-radius: 25px;
}

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 14px;
  background: #fafafa;
  color: var(--secondary_color);
}

.btn-custom {
  background: var(--primary_color);
  color: var(--white);
  border-radius: 7px;
}

.bg-custom {
  background: var(--primary_color);
}

.bg-custom-2 {
  background: var(--secondary_color);
}

a {
  text-decoration: none;
  transition: all 0.3s linear;
  font-family: "Inter", sans-serif;
}

a:hover {
  text-decoration: none;
  color: var(--hover);
}

.clear {
  clear: both;
}

#topBar {
  width: 100%;
  height: 40px;
  background: #202020;
  color: #d2d2d2;
}

#topBar .contact {
  display: flex;
  align-items: center;
  justify-content: start;
}

#topBar .contact .contact-item {
  align-items: center;
  justify-content: start;
  margin-right: 30px;
  line-height: 14px;
}

#topBar .contact .contact-item span {
  font-size: 11px;
}

#topBar .linkbar {
  display: flex;
  align-items: center;
  justify-content: start;
}

#topBar .linkbar .linkbar-item {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-left: 30px;
  line-height: 14px;
}

#topBar .linkbar .linkbar-item span {
  font-size: 11px;
}

#topBar .linkbar .linkbar-item a {
  color: #d2d2d2;
}

header {
  background: #fff;
  height: 90px;
}

header .logo {
  width: 200px;
}

.navbar a {
  color: var(--secondary_color);
}

.navbar a:hover {
  color: var(--primary_color);
}

.nav-link:focus,
.nav-link:hover {
  color: var(--secondary_color);
}

#slider {
  width: 100%;
  height: 645px;
  margin: 30px 0px;
}


#slider .swiper {
  width: 100%;
  height: 100%;
  max-height: 645px;
}

#slider .swiper .sliderContent {
  max-width: 500px;
  height: 350px;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 25px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0px;
  z-index: 999;
}

#slider .swiper .sliderContent h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

#slider .swiper .sliderContent p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  color: #fff;
}

#slider .swiper .sliderImage {
  max-width: 1192px;
  max-height: 645px;
  position: relative;
}

#slider .swiper .sliderImage img {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

#slider .swiper .sliderImage video {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

#slider .swiper .sliderImage .redLine {
  position: absolute;
  background: rgba(193, 39, 45, 0.6);
  width: 60px;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: 999;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 200px 0px;
}

#slider .swiper .sliderImage span i {
  font-size: 24px;
  color: #eeeeee;
  cursor: pointer;
}

#slider .swiper .sliderImage span i:hover {
  color: #fff;
}

#features {
  width: 100%;
  margin: 60px 0px;
}

#features h1 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

#features p.fp {
  color: #737373;
  text-align: center;
  padding: 0px 150px;
  margin-bottom: 30px;
}

#features .featureImage {
  max-width: 600px;
  height: 670px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  position: absolute;
}


#features .featureContent {
  position: relative;
  right: 0px;
  z-index: 999;
  margin-left: 320px;
}

#features .featureContent .icon {
  background-color: var(--primary_color);
  border-radius: 12px;
  margin-right: 15px;
  height: 60px;
  aspect-ratio: 1 / 1;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: normal;
  color: var(--white);
}


#features .featureContent h2 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
}


#features .featureContent p {
  text-align: left;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
}


#products {
  width: 100%;
  margin: 60px 0px;
}

#products h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

#products .productCard {
  display: block;
  width: 100%;
  position: relative;
  background: #F5F5F5;
  flex: 0 0 calc(20% - 20px);
  transition: all 0.3s linear;
  text-align: center;
  padding: 10px 0px 0px 0px;
}

#products img.productImage {
  object-fit: contain;
  padding: 15px 15px 15px 15px;
  width: 100%;
}

#products .productIcons {
  margin: 0px auto 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#products .productIcons div a {
  font-size: 18px;
  color: var(--primary_color);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px 5px;
  padding: 5px;
  width: 40px;
  height: 40px;
}

#products .productIcons div a:hover {
  font-size: 18px;
  color: #fff;
  background: var(--primary_color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px 5px;
  padding: 5px;
  width: 40px;
  height: 40px;
}

#products .productInfo {
  background: #fff;
  text-align: left;
  padding: 10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

#products .productInfo h3 {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}

#products .productInfo h3 a {
  color: var(--secondary_color);
}

#products .productInfo h3 a:hover {
  color: var(--primary_color);
}

#products .productInfo .fee {
  color: var(--primary_color);
}

#products .productInfo .stars {
  color: #FFAD33;
  font-size: 14px;
}

#orderProcess {
  width: 100%;
  margin: 60px 0px;
}

#orderProcess h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

#orderProcess p.fp {
  color: #737373;
  text-align: center;
  padding: 0px 150px;
  margin-bottom: 40px;
}

#orderProcess .processCard {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
  position: relative;
  flex: 0 0 calc(16% - 30px);
  transition: all 0.3s linear;
  text-align: center;
  padding: 10px 0px 0px 0px;
}

#orderProcess .processCard::after {
  content: " ";
  width: 20px;
  height: 20px;
  background: url(../images/icons/right-arrow.png) no-repeat;
  position: absolute;
  right: -30px;
  top: 40%;
}

#orderProcess .processCard:last-child:after {
  width: 20px;
  height: 20px;
  background: none;
  position: absolute;
  right: -30px;
  top: 40%;
}

#orderProcess .processCard .processNumber {
  font-size: 40px;
  font-weight: bold;
  color: var(--primary_color);
  line-height: 40px;
  margin-right: 20px;
}

#orderProcess .processCard .processInfo h3 {
  font-size: 15px;
  font-weight: bold;
  color: var(--secondary_color);
  text-align: left;
}

#orderProcess .processCard .processInfo p {
  text-align: left;
  font-size: 13px;
  color: #737373;
}


#references {
  width: 100%;
  margin: 60px 0px;
}

#references h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

#references p.fp {
  color: #737373;
  text-align: center;
  padding: 0px 150px;
  margin-bottom: 40px;
}

#references .referenceLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 calc(15% - 30px);
  transition: all 0.3s linear;
  text-align: center;
  padding: 10px;
  margin: 0px 20px;
}

#references .referenceLogo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
  transition: all .2s linear;
  cursor: pointer;
}

#references .referenceLogo img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}


#customerReviews {
  width: 100%;
  padding: 60px 0px;
  background: #ebebeb;
}

#customerReviews .commentCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
  background: #fff;
  flex: 0 0 calc(20% - 20px);
  transition: all 0.3s linear;
  text-align: center;
  padding: 30px 15px;
}

#customerReviews .commentCard .stars {
  font-size: 22px;
  color: #F3CD03;
  margin-bottom: 20px;
}

#customerReviews .commentCard .comment {
  font-size: 14px;
  color: #8b8b8b;
  margin-bottom: 20px;
}

#customerReviews .commentCard .author {
  display: flex;
  align-items: center;
  justify-content: center;
}

#customerReviews .commentCard .author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

#customerReviews .commentCard .author .info {
  text-align: left;
}

#customerReviews .commentCard .author .name {
  font-size: 14px;
  font-weight: bold;
}

#customerReviews .commentCard .author .title {
  font-size: 12px;
}

footer {
  width: 100%;
  background-color: var(--secondary_color);
  color: var(--white);
  padding: 30px 0px;
}

footer ul {
  list-style-type: none;
  margin: 0px 60px 0px 0px;
  padding: 0px;
}

footer ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

footer ul li a {
  color: #b0b0b0;
  font-weight: 300;
  padding: 5px 0px;
  display: inline-block;
}

footer ul li a:hover {
  color: var(--white);
}

footer .ebulletin {
  max-width: 300px;
  color: var(--white);
}

footer .ebulletin h6 {
  font-weight: 300;
  font-size: 15px;
}

footer .ebulletin p.description {
  font-weight: 300;
  font-size: 14px;
  color: #B0B0B0;
}

footer .ebulletin form input {
  font-size: 12px;
  background: #414141;
  color: #fafafa;
  border: 0px;
  padding: 10px;
  transition: all 0.2s linear;
}

footer .ebulletin form input::placeholder {
  font-size: 12px;
  color: #B0B0B0;
}

footer .ebulletin form input:focus {
  box-shadow: none;
  outline: none;
}

footer .ebulletin form button {
  border: 0px;
  font-size: 12px;
  color: var(--white);
  background: var(--primary_color);
  font-weight: 500;
}

footer .ebulletin form button:focus {
  box-shadow: none;
  outline: none;
}

footer .footerLogo {
  width: 200px;
}

footer p {
  font-size: 12px;
  color: #B0B0B0;
}

footer .qr {
  background: #fff;
  border-radius: 8px;
  padding: 6px;
  width: 120px;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
}

footer .qr img {
  width: 100%;
  aspect-ratio: 1/1;
}

footer .stores {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .stores a.mobileApp {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  background: var(--white);
  color: var(--secondary_color);
  padding: 3px 10px 8px 10px;
  border-radius: 7px;
  margin: 0px 0px 0px 10px;
}

footer .stores a.mobileApp i {
  font-size: 26px;
  margin: 0px 10px 0px 0px;
}

footer .stores a.mobileApp span {
  font-size: 9px;
  margin: 0px;
  padding: 0px;
}

footer .stores a.mobileApp h4 {
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
}

footer .footerSocial {
  display: flex;
  align-items: center;
  justify-content: end;
}

footer .footerSocial a {
  font-size: 26px;
  color: var(--white);
  padding: 10px 5px;
  display: inline-block;
}



#subPage {
  width: 100%;
  padding: 10px 0px;
}

#subPage h1.pageTitle {
  width: 100%;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 1.4em;
}

#subPage h2 {
  width: 100%;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 1.3em;
}

#subPage h3 {
  width: 100%;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 1.2em;
}

#subPage h4 {
  width: 100%;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 1.1em;
}

#subPage h5 {
  width: 100%;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 1em;
}

#subPage .productCard {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 6px;
  flex: 0 0 calc(33% - 20px);
  margin: 0px 8px 8px 8px;
  padding: 10px;
  transition: all 0.3s linear;
}

#subPage .productCard:hover {
  transform: scale(1.05);
}

#subPage .productCard .productImg {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

#subPage .productCard .productImg img {
  width: 100%;
  object-fit: contain;
}

#subPage .productCard h3 {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
}

#subPage .productCard .fee {
  color: #878787;
  font-size: 14px;
  font-weight: 500;
}

#subPage .productCard a.addCard {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #878787;
  margin: 0px 0px;
}

.product-details h1 {
  font-size: 2em;
  font-weight: 300;
}

.product-details h2 {
  font-size: 1.1em;
  font-weight: 300;
}



.inp {
  position: relative;
  margin: auto;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.inp .label {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}

.inp .focus-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
}

.inp input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 16px 12px 0 12px;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  color: #000;
  transition: all 0.15s ease;
}

.inp input:hover {
  background: rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.inp input:not(:-moz-placeholder-shown)+.label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:not(:-ms-input-placeholder)+.label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:not(:placeholder-shown)+.label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
  box-shadow: inset 0 -2px 0 var(--primary_color);
}

.inp input:focus+.label {
  color: var(--primary_color);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:focus+.label+.focus-bg {
  transform: scaleX(1);
  transition: all 0.1s ease;
}

.inp textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 16px 12px 0 12px;
  height: 170px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  color: #000;
  transition: all 0.15s ease;
}

.inp textarea:hover {
  background: rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.inp textarea:not(:-moz-placeholder-shown)+.label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp textarea:not(:-ms-input-placeholder)+.label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp textarea:not(:placeholder-shown)+.label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp textarea:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
  box-shadow: inset 0 -2px 0 var(--primary_color);
}

.inp textarea:focus+.label {
  color: var(--primary_color);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp textarea:focus+.label+.focus-bg {
  transform: scaleX(1);
  transition: all 0.1s ease;
}

button.login {
  background: var(--primary_color);
  color: #fff;
  border: 0px;
}




#blogPage {
  width: 100%;
  padding: 60px 0px 60px 0px;
  background: #fafafa;
}

#blogPage h2 {
  color: #646464;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 50px;
}

#blogPage .card {
  border: 0px;
  border-radius: 16px;
}

#blogPage .card .blogImg {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

#blogPage .card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #7c7c7c;
}

#blogPage .card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

#blogPage .card p {
  font-size: 14px;
  font-weight: 400;
  color: #7c7c7c;
}

#blogPage .card a.readMore {
  padding: 5px 20px;
  background: #e81d1d;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
}

#faqs {
  width: 100%;
  padding: 100px 0px 100px 0px;
  background-position: calc(100% - 50px) calc(100% - 0px);
  background-repeat: no-repeat;
}

#faqs h2 {
  color: #282828;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
}

#faqs p.description {
  color: var(--description_p_color);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 60px;
}

#faqs .accordion-item {
  padding: 0px;
}

#faqs .accordion-item h3 {
  margin: 0px;
  margin-bottom: 0px;
}

#faqs .accordion-item h3 .accordion-button {
  color: #272d37;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  padding: 20px;
}

#faqs .accordion-item h3 .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

#faqs .accordion-item .accordion-body {
  color: #272d37;
  font-size: 14px;
  font-weight: 400;
}

#faqs a.allFaqs {
  background: var(--primary_color);
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 7px;
  display: inline-block;
  margin: 10px 0px;
}

/* Dropdown menüyü açmak için hover alanını genişletme */
.custom-dropdown {
  position: relative;
}

.custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
  padding: 10px 0;
  border: 0px;
}

/* Menü görünürken */
.custom-dropdown:hover .custom-dropdown-menu,
.custom-dropdown-menu:hover {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Her bir dropdown elemanı */
.dropdown-item-custom {
  padding: 10px 16px;
  color: #202020;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
}

.dropdown-item-custom:hover {
  background-color: #f8f9fa;
}

/* Menü içi küçük görsel */
.menu-thumb {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 4px;
}