@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 40px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 40px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 40px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: bold;
}

.heading_container h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background: #d9a528;
  margin: 10px auto 10px;
}

.heading_container h2 span {
  color: black;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.header_section {
  padding: 12px 0;
}

.header_section .container-fluid {
  padding-right: 0; /* Sağdan boşluğu kaldır */
  padding-left: 0; /* Soldan boşluğu kaldır */
}

.navbar-brand {
  font-family: "Playfair Display", serif;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.link-text {
  margin-right: 5px; /* Adjust the spacing as needed */
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 10px;
  color: #131313;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}

.custom_nav-container .navbar-nav .nav-item .nav-link svg {
  width: 17px;
  height: auto;
  fill: #000000;
  margin-bottom: 2px;
  margin-left: 8px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #d9a528;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link svg,
.custom_nav-container .navbar-nav .nav-item.active .nav-link svg {
  fill: #d9a528;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}
/* Küçük Ekranlar İçin Stil (768px ve altı) */
@media (max-width: 768px) {
  .input-group.search-box {
    max-width: 100%;
  }

  .input-group-text {
    width: 40px;
  }

  .form-control {
    width: 100%;
  }
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.whatsapp-float:hover {
  background-color: #20c659;
  transform: scale(1.1); /* Hafif büyüme */
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4),
    0px 0px 8px rgba(37, 211, 102, 0.6);
}

.whatsapp-icon {
  width: 35px;
  height: 35px;
  color: white;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover .whatsapp-icon {
  transform: rotate(360deg); /* İkona dönüş animasyonu */
}

.custom_nav-container .nav_search-btn:hover {
  color: #d9a528;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 90px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box h1 {
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #002c3e;
  line-height: 70px;
}

.slider_section .detail-box h1 span {
  color: #d9a528;
}

.slider_section .detail-box p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 1.5rem;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #d9a528;
  border: 1px solid #d9a528;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
  font-weight: 700;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #d9a528;
}

.slider_section .img-box img {
  width: 150%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #d9a528;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #d9a528;
}
.slider_section {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.carousel-inner {
  position: relative;
  z-index: 2;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

/* Üst boşluğu azaltmak için */
.carousel {
  margin-top: -130px;
}

/* Responsive ayarlar */
@media (max-width: 768px) {
  .carousel-item img {
    height: auto;
  }
  .carousel {
    margin-top: 0;
  }
}

.img-box2 {
  width: 110%; /* Konteynerin genişliğini tam olarak kullanır */
  height: 200px; /* Kapsayıcı yüksekliğini ayarlayın (isteğe bağlı) */
  overflow: hidden; /* Taşmaları gizler */
}

.img-box2 img {
  width: 100%; /* Resmin tam genişlikte görünmesini sağlar */
  height: 100%; /* Yüksekliği kapsayıcıya uyacak şekilde ayarlar */
  object-fit: cover; /* Resmi kapsayıcıyı dolduracak şekilde ayarlar */
  transition: 0.3s ease;
}

.product_section .heading_container {
  margin-bottom: 20px;
}

.product_section .box {
  position: relative;
  margin-top: 25px;
  padding: 35px 35px;
  background-color: #f7f8f9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.2);
  border: solid #fff 10px;
}

.product_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 215px;
}

.product_section .box .img-box img {
  max-width: 100%;
  width: 100%;
  max-height: 220px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_section .box .detail-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product_section .box .detail-box h5 {
  font-size: 18px;
  margin-top: 30px;
}

.product_section .box .detail-box h6 {
  margin-top: 10px;
  color: #002c3e;
  font-weight: 600;
}

.product_section .box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product_section .box:hover .option_container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.arrival_section {
  background-color: #d4ced0;
}
.product_section .option_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.product_section .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_section .options a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  width: 165px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 5px 0;
}

.product_section .options .option1 {
  background-color: #d9a528;
  border: 1px solid #d9a528;
  color: #ffffff;
}

.product_section .options .option1:hover {
  background-color: transparent;
  color: #d9a528;
}

.product_section .options .option2 {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.product_section .options .option2:hover {
  background-color: transparent;
  color: #000000;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #d9a528;
  border: 1px solid #bc8e23;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_section .btn-box a:hover {
  background-color: transparent;
  color: #d9a528;
}

.arrival_section .heading_container {
  color: #002c3e;
  margin-bottom: 10px;
}

.arrival_section .box {
  padding: 120px 45px;
  position: relative;
}

.arrival_section .arrival_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.arrival_section .arrival_bg_box img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
}

.arrival_section a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #d9a528;
  border: 1px solid #cf9e2d;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrival_section a:hover {
  background-color: transparent;
  color: #d9a528;
}

.why_section .box {
  text-align: center;
  margin-top: 10px;
  background-color: #002c3e;
  padding: 45px 50px;
  border-radius: 5px;
  color: #ffffff;
}

.detail-box h5 {
  font-size: 21px;
  font-weight: 700;
}

.remove_line_bt h2::after {
  display: none;
}

.why_section .box .img-box {
  margin-bottom: 15px;
}

.why_section .box .img-box svg {
  width: 55px;
  height: auto;
  fill: #ffffff;
}

.subscribe_section {
  text-align: center;
}

.subscribe_section .box {
  background-color: #d4ced0;
  padding: 75px 45px;
}

.subscribe_section .subscribe_form .heading_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #002c3e;
}

.subscribe_section .subscribe_form .heading_container h2 {
  padding: 0 25px;
}

.subscribe_section .subscribe_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe_section .subscribe_form form input {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 90px;
  outline: none;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-top: 15px;
  text-align: left;
}

.subscribe_section .subscribe_form form input::-webkit-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input:-ms-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input::-ms-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input::placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #d9a528;
  border: 1px solid #d09d27;
  color: #ffffff;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 600;
  width: 100%;
  max-width: 285px;
}

.subscribe_section .subscribe_form form button:hover {
  background-color: transparent;
  color: #d5c63c;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 55px;
}

.client_section .box .img_container {
  width: auto;
  height: auto;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.client_section .box .img_container .img-box {
  width: auto;
  height: auto;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  margin-right: -1px;
}

.client_section .box .img_container .img-box .img_box-inner {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.client_section .box .img_container .img-box .img_box-inner img {
  width: 40%;
}

.client_section .box .detail-box {
  margin-top: 25px;
}

.client_section .box .detail-box h5 {
  font-size: 20px;
  font-weight: 600;
}

.client_section .box .detail-box h6 {
  font-size: 15px;
  color: #999998;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  top: 43%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  width: auto;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  opacity: 1;
  color: #ffffff;
  background-color: #d9a528;
  border-radius: 100%;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #212121;
}

.client_section .carousel-control-prev {
  left: 25%;
}

.client_section .carousel-control-next {
  right: 25%;
}

/* footer section*/
.footer_section {
  background-color: #002c3e;
  color: #ffffff;
  padding-top: 70px;
}

.footer_section {
  color: #ffffff;
  text-align: left;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  text-align: left;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 10px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #d9a528;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: center;
  justify-content: left;
  margin-top: 25px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #002c3e;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #d9a528;
}
@media (max-width: 995px) {
  .slider_section #customCarousel1 {
    margin-top: 40px;
  }
}

.footer_section .map_container {
  width: 100%;
  height: 175px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer_section .map_container .map #googleMap {
  height: 100%;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.heading_container.heading_center h3 {
  position: relative;
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Playfair Display", serif;
}

li.nav-item ul {
  background: #fff;
  border: solid #000 2px;
  border-radius: 0;
  padding: 10px 20px;
  margin-left: 10px;
  box-shadow: 4px 4px 0px 0 #000;
  width: 190px;
}

li.nav-item ul li {
  float: left;
  width: 100%;
  margin: 6px 0;
}

li.nav-item ul li a {
  color: #212529;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-top: 10px;
  transition: ease all 0.5s;
}

li.nav-item ul li a:hover,
li.nav-item ul li a:focus {
  color: #d9a528;
}

.inner_page_head {
  background: #d9a528;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
}

.inner_page_head h3 {
  font-size: 42px;
  font-weight: 800;
}

/** footer **/

footer {
  background: #f8f8f8;
  padding: 90px 0 70px;
}

.logo_footer {
  margin-bottom: 30px;
}

.information_f p {
  margin-bottom: 1.2rem;
  line-height: 25px;
  font-size: 15px;
}

.widget_menu h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin-bottom: 25px;
}

.widget_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_menu ul li {
  float: left;
  width: 100%;
}

.widget_menu ul li a {
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
  float: left;
  width: 100%;
  margin-top: 5px;
}

.field {
  display: flex;
}

.widget_menu {
  float: left;
  width: 100%;
}

div.form_sub .field input[type="email"],
div.form_sub .field input[type="email"]:hover,
div.form_sub .field input[type="email"]:focus {
  padding: 10px 110px 10px 15px;
  border-radius: 0;
  border: solid #ccc 1px;
  font-size: 14px;
  position: relative;
  box-shadow: none;
  width: 100%;
  height: 48px;
}

.form_sub {
  position: relative;
}

.form_sub input[type="email"] + input[type="submit"] {
  position: absolute;
  right: 0;
  background: #d9a528;
  color: #fff;
  border: none;
  top: 0px;
  font-size: 14px;
  height: 48px;
  font-weight: 600;
  padding: 0 15px;
}

form input {
  background: #fff;
  border: solid #ccc 1px;
  padding: 15px 15px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: none;
  line-height: normal;
}

form textarea {
  background: #fff;
  border: solid #ccc 1px;
  padding: 15px 15px;
  width: 100%;
  min-height: 150px;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: none;
  line-height: normal;
}

form input[type="submit"] {
  border: none;
  padding: 15px 45px;
  width: auto;
  font-size: 16px;
  text-transform: capitalize;
  line-height: normal;
  margin: 0 auto;
  display: flex;
  background: #333;
  color: #fff;
  font-weight: 600;
  transition: ease all 0.1s;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
  background: #d9a528;
  color: #fff;
}

/** cpy **/

.cpy_ {
  background: #222;
  text-align: center;
  padding: 20px 0;
}

.cpy_ p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.cpy_ p a {
  margin: 0;
  color: #d9a528;
  font-size: 15px;
  font-weight: 400;
}

.nav-item {
  position: relative;
}

.nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%; /* Ürünler başlığının hemen altına yerleşir */
  left: 4%; /* Menü, sayfanın ortasına hizalanır */
  transform: translateX(
    -50%
  ); /* Menü, tam merkezde görünmesi için sola kaydırılır */
  background-color: #ffffff; /* Beyaz arka plan */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Daha belirgin bir gölge efekti */
  border-radius: 8px; /* Daha yuvarlak köşeler */
  padding: 20px; /* İçerik için daha fazla alan */
  z-index: 1000;
  margin-top: -10px;
  min-width: 980px;
  max-width: 850px;
  text-align: center;
}
.nav-item .dropdown-meu {
  display: none;
  position: absolute;
  top: 100%; /* Ürünler başlığının hemen altına yerleşir */
  left: 4%; /* Menü, sayfanın ortasına hizalanır */
  transform: translateX(
    -50%
  ); /* Menü, tam merkezde görünmesi için sola kaydırılır */
  background-color: #ffffff; /* Beyaz arka plan */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Daha belirgin bir gölge efekti */
  border-radius: 8px; /* Daha yuvarlak köşeler */
  padding: 20px; /* İçerik için daha fazla alan */
  z-index: 1000;
  min-width: 280px;
  max-width: 450px;
  margin-top: -10px;
  text-align: center;
}
.nav-item:hover .dropdown-meu {
  display: block;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-header {
  display: flex; /* Başlıkları yan yana dizmek için */
  justify-content: space-between; /* Aralarında boşluk bırakır */
  font-family: "Arial", sans-serif; /* Modern bir yazı tipi */
  font-size: 16px; /* Yazı tipi boyutu */
  font-weight: bold; /* Kalın yazı tipi */
  color: #333; /* Başlık rengi */
  margin-bottom: 15px; /* Başlıklar ile içerik arasında boşluk */
}

.dropdown-header h6 {
  margin: 0 17px; /* Başlıklar arasındaki boşluk */
}

.dropdown-category {
  margin-top: 10px; /* Kategorilerin üst kısmına boşluk ekler */
}

.dropdown-items {
  display: flex; /* Kategorileri yan yana dizmek için */
  justify-content: space-between; /* Arasında boşluk bırakır */
  flex-wrap: wrap; /* Gerektiğinde bir alt satıra taşır */
}

.dropdown-item {
  padding: 10px 15px; /* Buton içindeki alan */
  color: #555; /* Yazı rengi */
  text-decoration: none; /* Altı çizili yok */
  display: block;
  transition: background-color 0.3s; /* Geçiş efekti */
  border-radius: 5px; /* Yuvarlak kenarlar */
  font-size: 14px; /* Yazı tipi boyutu */
}

.dropdown-item:hover {
  background-color: #f0f0f0; /* Hover durumunda arka plan rengi */
  color: #000; /* Hover durumunda yazı rengi */
}

.category-item {
  width: 20%; /* Her bir kategori için genişlik ayarı (4 kategori yan yana) */
}

@media (max-width: 768px) {
  .nav-item .dropdown-menu {
    min-width: 900px; /* Küçük ekranlarda minimum genişlik */
    max-width: 900px; /* Küçük ekranlarda maksimum genişlik */
    padding: 15px; /* Küçük ekranlar için padding azaltıldı */
  }

  .dropdown-header {
    flex-direction: column; /* Küçük ekranlarda başlıkların dikey dizilmesi */
    align-items: center; /* Ortalamak için */
  }

  .dropdown-items {
    flex-direction: column; /* Kategorileri dikey dizilmesi */
    align-items: center; /* Ortalamak için */
  }

  .dropdown-category {
    margin-top: 5px; /* Küçük ekranlarda kategoriler için boşluk azaltıldı */
  }
  /* .slider_section #customCarousel1{
    margin-top: 40px;
  } */
}

@media (max-width: 480px) {
  .dropdown-header {
    font-size: 14px; /* Daha küçük ekranlarda yazı tipi boyutu azaltıldı */
  }

  .dropdown-item {
    font-size: 12px; /* Daha küçük ekranlarda yazı tipi boyutu azaltıldı */
    padding: 8px 10px; /* Küçük ekranlar için padding azaltıldı */
  }
  .slider_section #customCarousel1 {
    margin-top: 40px;
  }
}

.product-page {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.image-container {
  flex: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img#product-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .product-page {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .image-container {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .image-container img#product-image {
    width: 80%; /* Görsel boyutunu ayarlayın */
    max-width: 400px;
    margin-left: 80px; /* Soldan 300px boşluk bırakıyoruz */
  }
  .slider_section #customCarousel1 {
    margin-top: 40px;
  }
}
@media (max-width: 900px) {
  .product-page {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .image-container {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .image-container img#product-image {
    width: 80%; /* Görsel boyutunu ayarlayın */
    max-width: 400px;
    margin-left: 80px; /* Soldan 300px boşluk bırakıyoruz */
  }
}

@media (max-width: 480px) {
  .product-page {
    padding: 5px;
    align-items: flex-start;
  }

  .image-container {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .image-container img#product-image {
    width: 90%; /* Daha küçük ekranlar için görsel boyutunu küçültüyoruz */
    max-width: 300px;
    margin-left: 80px; /* Soldan 300px boşluk bırakıyoruz */
  }
  .slider_section #customCarousel1 {
    margin-top: 40px;
  }
}

.image-container img {
  max-width: 100%; /* Resim genişliği %100 */
  height: auto; /* Orantılı yükseklik */
  border-radius: 5px;
}

.details-container {
  flex: 1; /* Detay alanı esnek olmalı */
  padding: 20px;
}

h1 {
  font-size: 24px;
  margin: 0 0 10px;
}
.color-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.color-option {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
}
.add-to-cart,
.whatsapp-support {
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  background-color: #28a745;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.whatsapp-support {
  background-color: #25d366; /* WhatsApp'ın yeşil rengi */
}

.whatsapp-support i {
  margin-right: 5px;
}

.add-to-cart:hover,
.whatsapp-support:hover {
  background-color: #218838;
}

.color-option:hover {
  border-color: black; /* Üzerine gelince çerçeve ekle */
}

#selected-color {
  margin-top: 15px;
  font-weight: bold;
}

.price {
  font-size: 20px;
  color: #28a745; /* Yeşil renk */
  margin: 0 0 20px;
  font-weight: bold;
}

.description {
  margin: 0 0 20px;
}

label {
  display: block;
  margin: 10px 0 5px;
  font-weight: bold; /* Kalın yazı */
}

select,
textarea {
  width: 50%; /* Genişlik %100 */
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc; /* Sınır rengi */
  border-radius: 5px; /* Köşe yuvarlama */
  box-sizing: border-box; /* İçerik kutusunu boyutlandır */
  font-size: 16px; /* Yazı boyutu */
}
select {
  width: 23%;
}

.details-list {
  list-style: none; /* Madde işareti kaldırma */
  padding: 0;
  margin: 0 0 20px;
}

.details-list li {
  background-color: #f8f9fa; /* Açık arka plan rengi */
  padding: 10px;
  border-radius: 5px; /* Köşe yuvarlama */
  margin-bottom: 10px; /* Alt boşluk */
}

.add-to-cart {
  background-color: #007bff; /* Mavi arka plan */
  color: white; /* Yazı rengi */
  border: none;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s; /* Geçiş efekti */
}

.add-to-cart:hover {
  background-color: #0056b3; /* Hover rengi */
}

.quantity-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.quantity-container button {
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
}

.quantity-container button:hover {
  background-color: #e0e0e0;
}

.quantity-container input.quantity {
  width: 50px;
  text-align: center;
  font-size: 16px;
  margin: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.features-section {
  padding: 60px 0; /* Üst ve alt boşluk ayarı */
  background-color: #f9f9f9; /* Arka plan rengi */
  text-align: center; /* Başlık ve içerik merkezleme */
}

.features-section h2 {
  margin-bottom: 30px; /* Başlık altındaki boşluk */
  font-size: 28px; /* Başlık boyutu */
  color: #333; /* Başlık yazı rengi */
}

.features-container {
  display: flex; /* Flexbox ile yan yana dizme */
  justify-content: center; /* Ortaya hizalama */
  flex-wrap: wrap; /* Taşan içerikleri bir alt satıra taşır */
  gap: 20px; /* Kutu aralarındaki boşluk */
}

.feature-item {
  background-color: #fff; /* Kutu arka plan rengi */
  border-radius: 5px; /* Kenar yuvarlama */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Gölge efekti */
  padding: 20px; /* İç kenar boşluğu */
  text-align: center; /* Metin merkezleme */
  max-width: 250px; /* Kutu genişliği */
  transition: transform 0.3s; /* Geçiş efekti */
}

.feature-item:hover {
  transform: scale(1.05); /* Üzerine gelindiğinde büyüme efekti */
}

.feature-item img {
  width: 60px; /* Resim genişliği */
  height: auto; /* Yükseklik ayarı */
  margin-bottom: 10px; /* Resim ile başlık arasındaki boşluk */
}
.feature-item h3 {
  font-size: 20px; /* Başlık boyutu */
  margin: 10px 0; /* Başlık üst ve alt boşluk */
  color: black; /* Başlık yazı rengi */
}

.feature-item p {
  font-size: 14px; /* Açıklama yazı boyutu */
  color: #666; /* Açıklama yazı rengi */
}

.footer_social a {
  margin: 0 10px;
  color: #333;
  font-size: 24px;
  transition: color 0.3s ease;
}

.footer_social a:hover {
  color: #007bff; /* Hover olduğunda renk değişimi */
}

/* Sepet Yan Paneli */
.cart-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #ffffff, #f8f8f8);
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  transition: all 0.4s ease;
  z-index: 25000;
  padding: 20px;
  visibility: hidden; /* Panel başlangıçta görünmez */
}

/* Panel açıldığında */
#cart-sidebar.open {
  width: 400px;
  visibility: visible;
}
#cart-icon {
  display: flex;
  align-items: center;
}

.cart-text {
  margin-right: 8px; /* Adjust the spacing as needed */
  margin-left: 15px;
}
/* Başlık */
.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
  text-align: center;
}

/* Kapatma butonu */
.close-btn {
  font-size: 35px;
  cursor: pointer;
  color: #999;
  transition: color 0.3s ease;
}

.close-btn:hover {
  color: #333;
}

/* Bilgi Alanı */
.cart-info {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #000000;
}

.cart-info .thresholds span {
  display: block;
  margin-top: 10px;
  color: #d47f00;
  font-weight: 500;
  text-align: center;
}

/* Tablo */
table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

table th,
table td {
  padding: 12px 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #333;
}

table th {
  font-weight: bold;
}

table tr:hover {
  background-color: #f9f9f9;
}

/* Sepet Boş Mesajı */
.empty-cart-icon {
  width: 60px;
  margin: 20px auto;
  color: #888;
}

.empty-cart-message {
  font-size: 16px;
  color: #777;
  margin-top: 10px;
}

/* Butonlar */
.back-to-store {
  display: inline-block;
  background: linear-gradient(135deg, #ffce44, #d49427);
  color: white;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  margin-top: 20px;
  transition: 0.3s ease;
}

.back-to-store:hover {
  background: linear-gradient(135deg, #d49427, #ffce44);
  transition: 0.5s ease;
}

.cart-content {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  color: #555;
}

/* Scrollbar özelleştirme */
.cart-sidebar::-webkit-scrollbar {
  width: 6px;
}

.cart-sidebar::-webkit-scrollbar-thumb {
  background-color: #d49427;
  border-radius: 10px;
}

.cart-sidebar::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.header_section .navbar {
  display: flex;
  align-items: center;
}

.header_section .navbar-brand {
  margin-right: auto; /* Logoyu sola hizalar */
}

.header_section img {
  max-width: 150px; /* Resmin boyutunu sınırla */
  max-height: 90px;
}

.image-container {
  position: relative;
  display: inline-block;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(220, 220, 220, 0.8); /* Arka plan rengi (gri ton) */
  color: #333; /* Ok işaretinin rengi */
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  transition: background-color 0.3s ease;
  border-radius: 50%; /* Düğmeyi daire yapar */
  width: 40px; /* Buton genişliği */
  height: 40px; /* Buton yüksekliği */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Sol buton */
.prev-btn {
  left: 5%;
  top: 20%;
}

/* Sağ buton */
.next-btn {
  right: 5%;
  top: 20%;
}

/* Küçük ekranlar için düzenleme */
@media (max-width: 768px) {
  .prev-btn,
  .next-btn {
    top: 50%; /* Ekranın ortasına */
    transform: translateY(-50%);
  }
  .prev-btn {
    left: 10%; /* Sol tarafa daha yakın */
  }
  .next-btn {
    right: 2%; /* Sağ tarafa daha yakın */
  }
  .slider_section #customCarousel1 {
    margin-top: 40px;
  }
}

.thumbnail-container {
  margin-top: 10px;
}
.thumbnail {
  width: 60px;
  height: auto;
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
  transition: transform 0.2s;
}
.thumbnail:hover {
  transform: scale(1.1);
}

/* Butonlar üzerine gelindiğinde arka plan rengi */
.prev-btn:hover,
.next-btn:hover {
  background-color: rgba(200, 200, 200, 0.9);
}

.ozel-tasarim-container {
  text-align: center;
  margin-top: 80px;
  margin-left: 160px;
}

.subtext {
  display: block;
  font-size: 14px;
  color: #666; /* Daha hafif bir renk tonuyla dikkat çeken bir ifade */
  margin-bottom: 6px;
}

.ozel-tasarim-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  background: linear-gradient(
    45deg,
    #ffd700,
    #d9a528
  ); /* Altın sarısı gradient */
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: background 0.3s, transform 0.3s;
  max-width: 100%; /* Buton genişliğini sınırlama */
  white-space: nowrap; /* İçeriğin taşmasını önleme */
  overflow: hidden; /* Taşan içeriği gizleme */
}

.ozel-tasarim-btn:hover {
  background: linear-gradient(45deg, #d9a528, #ffd700);
  transform: scale(1.08);
}

.ozel-tasarim-btn i {
  margin-right: 10px;
  font-size: 24px;
}

.ozel-tasarim-btn:active {
  transform: scale(1.02);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
/* Ekran küçüldüğünde buton metni ve ikon boyutunu ayarlamak için */
@media (max-width: 600px) {
  .ozel-tasarim-btn {
    font-size: 16px; /* Daha küçük metin boyutu */
    padding: 10px 15px; /* Daha az padding */
  }

  .ozel-tasarim-btn i {
    font-size: 20px; /* İkon boyutunu küçült */
  }
  .slider_section #customCarousel1 {
    margin-top: 40px;
  }
}
.hero_area {
  position: relative; /* Konum ayarı */
}

.marquee {
  display: flex;
  height: auto; /* Yükseklik otomatik ayarlandı */
  align-items: center;
  justify-content: space-between;
  background-color: #333;
  padding: 10px 20px;
  border-radius: 1px;
  color: #fff;
  flex-wrap: wrap; /* İçeriğin taşmasını önlemek için wrap eklendi */
}

.marquee-text {
  font-size: 1em;
  flex: 1; /* İçerik genişliğini eşit dağıtmak için */
}

.contact-button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 6px 16px; /* Üst ve alt padding'ler ayarlandı */
  border-radius: 5px;
  margin-right: 10px; /* Küçük ekranlar için sağ marj küçültüldü */
  height: auto; /* Yükseklik otomatik ayarlandı */
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: normal;
}

/* Küçük ekranlar için medya sorgusu */
@media (max-width: 600px) {
  .marquee {
    flex-direction: column; /* Dikey hizalama */
    align-items: flex-start; /* Soldan hizalama */
  }
  .slider_section #customCarousel1 {
    margin-top: 40px;
  }

  .contact-button {
    margin-right: 0; /* Sağ marj kaldırıldı */
    width: 40%; /* Buton genişliği tam olacak şekilde ayarlandı */
    margin-top: 10px; /* Buton ile diğer içerik arasına boşluk eklendi */
  }
}

.contact-button:hover {
  background-color: #fff;
  color: #333;
}

/* General styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px; /* Initially hidden */
  width: 300px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  overflow-y: auto;
  transition: right 0.3s ease;
}

.cart-sidebar.open {
  right: 0; /* Slide in from the right when open */
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
}

.cart-header h2 {
  font-size: 24px;
  color: #333;
  margin: 0;
}

.cart-info {
  margin-top: 10px;
  padding: 15px 0;
  font-size: 16px;
  color: #666;
}

.cart-info p {
  margin: 0;
}

.cart-info .thresholds {
  margin-top: 10px;
}

table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

table th,
table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}

table th {
  background-color: #f8f8f8;
  font-weight: bold;
}

.cart-total {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.cart-total p {
  margin: 0;
}

.cart-content {
  margin-top: 30px;
  text-align: center;
}

.cart-content a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
button.increase-btn,
button.decrease-btn,
button.remove-btn {
  background-color: #ffa500; /* Turuncu renk */
  color: white; /* Yazı rengi beyaz */
  border: none; /* Kenarlık yok */ /* İçerik boşluğu */ /* Yazı boyutu */
  border-radius: 5px; /* Kenarları yuvarlat */
  cursor: pointer; /* Fare imlecini pointer yap */
  transition: background-color 0.3s ease, transform 0.2s ease; /* Animasyon geçişi */
}

button.increase-btn:hover,
button.decrease-btn:hover,
button.remove-btn:hover {
  background-color: #ff8c00; /* Hover durumunda daha koyu turuncu */
  transform: scale(1.05); /* Hover durumunda hafif büyüme efekti */
}

button.increase-btn:focus,
button.decrease-btn:focus,
button.remove-btn:focus {
  outline: none; /* Odaklanınca kutu çerçevesi kaldırma */
  box-shadow: 0 0 10px rgba(255, 140, 0, 0.6); /* Turuncu ışıltı efekti */
}

button.increase-btn:active,
button.decrease-btn:active,
button.remove-btn:active {
  background-color: #e07b00; /* Tıklandığında daha koyu turuncu */
  transform: scale(0.98); /* Tıklandığında biraz küçülme */
}
