@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");

:root {
  --main-color: #e84242;
  --black-color: #0e0e0e;
  --border: 0.1rem solid rgba(255, 255, 255, 0.4);
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s ease;
}

/*! base html codes  */
html {
  font-size: 62.5%;
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 0.8rem;
  background-color: white;
}

html::-webkit-scrollbar-track {
  background-color: transparent;
}

html::-webkit-scrollbar-thumb {
  border-radius: 3rem;
  background-color: var(--black-color);
}

body {
  background-color: var(--main-color);
  overflow-x: hidden;
}

section {
  padding: 3.5rem 7%;
  z-index: 10000;
}

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

.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 2rem 3.75rem;
  border-radius: 30rem;
  font-size: 1.7rem;
  color: #fff;
  background-color: var(--black-color);
  cursor: pointer;
}

.btn:hover {
  opacity: 0.9;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 4rem;
  margin-bottom: 3.5rem;
  border-bottom: 0.1rem solid #fff;
}

.heading span {
  color: var(--black-color);
  text-transform: uppercase;
}

.about span{
  color: var(--black-color);
}

.search-input {
  font-size: 1.6rem;
  color: var(--black-color);
  padding: 1rem;
  text-transform: none;
  border-radius: 3rem;
}

/*! header start  */

.header .search-form {
  position: absolute;
  top: 115%;
  right: 7%;
  background-color: #fff;
  width: 50rem;
  height: 5rem;
  display: flex;
  align-items: center;
  border-radius: 3rem;
  box-shadow: 0px 0px 25px 2px rgb(0 0 0 / 75%);
  transform: scaleY(0);
}

.header .search-form.active {
  transform: scaleY(1);
}

.header .search-form i {
  cursor: pointer;
  font-size: 2.2rem;
  margin-right: 1.5rem;
  color: var(--black-color);
}

.header .search-form input {
  width: 100%;
}

.header .logo img {
  height: 10rem;
}

.header {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7%;
  margin: 2rem 7%;
  border-radius: 30rem;
  box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.75);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header .navbar a {
  margin: 0 1rem;
  font-size: 1.6rem;
  color: var(--black-color);
  border-bottom: 0.1rem solid transparent;
}

.header .navbar .active,
.header .navbar a:hover {
  border-color: var(--main-color);
  padding-bottom: 0.5rem;
}

.header .buttons button {
  cursor: pointer;
  font-size: 2.5rem;
  margin-left: 2rem;
  background-color: transparent;
  color: var(--black-color);
}

.header .cart-items-container {
  position: absolute;
  top: 95%;
  height: calc(100vh - 9rem);
  width: 35rem;
  background-color: #fff;
  box-shadow: 0px 20px 14px 0px rgb(0 0 0 / 75%);
  right: -100%;
}

.header .cart-items-container.active {
  right: 3rem;
}

.header .cart-items-container .cart-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
}

.header .cart-items-container .cart-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.header .cart-items-container .cart-item .fa-times {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2rem;
  cursor: pointer;
  color: var(--black-color);
}

.header .cart-items-container .cart-item img {
  height: 7rem;
}

.header .cart-items-container .cart-item .content h3 {
  font-size: 2rem;
  color: var(--black-color);
  padding-bottom: 0.5rem;
}

.header .cart-items-container .cart-item .content .price {
  font-size: 1.5rem;
  color: var(--black-color);
}

.header .cart-items-container .btn {
  width: 100%;
  text-align: center;
  border-radius: unset;
}

.header #menu-btn {
  display: none;
}

/*! header end  */

/*! home start  */
.home {
  min-height: 100vh;
  background: url(../images/home.gif) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -14.5rem;
  display: flex;
  align-items: center;
}

.home .content {
  max-width: 60rem;
}

.home .content p {
  font-weight: bold;
  font-size: 6rem;
  color: #fff;
}
/*! home end  */


/*! about start  */
.about .row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}

.about .row .image {
  flex: 1 1 45rem;
}

.about .row img {
  width: 100%;
  max-height: 600px;
  border-radius: 30px;
}

.about .row .content {
  flex: 1 1 45rem;
}

.about .row .content h2 {
  font-size: 3rem;
  color: #fff;
}

.about .row .content p {
  font-size: 1.6rem;
  color: #ccc;
  padding: 1rem 0;
  line-height: 1.8;
}

/*! about end  */

/*! review start  */
.review .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.review .box-container .box {
  border: var(--border);
  text-align: center;
  padding: 3rem 2rem;
  background-color: #fff;
  border-radius: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review .box-container .box .resimarka{
  height: 100%;
  display: flex;
  align-items: center;
}

.review .box-container .box img{
  width: 100%;
  max-height: 500px;
  border-radius: 20px;
}

.review .box-container .box p{
  font-size: 18px;
  font-weight: bold;
  color: #e84242;
}


.review .box-container .box .stars i {
  font-size: 17px;
  color: gold;
}

/* @media (max-width: 1500px){
  .review .box-container .box .resimarka{
    min-height: 350px;
  }
}

@media (max-width: 991px){
  .review .box-container .box .resimarka{
    background-color: #0e0e0e;
  }
} */



/*! review end  */

/*! contact start  */
.contact .row {
  display: flex;
  background-color: var(--black-color);
  flex-wrap: wrap;
  gap: 1rem;
}

.contact .row .map {
  flex: 1 1 45rem;
  width: 100%;
  object-fit: cover;
}
.contact .row form {
  flex: 1 1 45rem;
  padding: 5rem 2rem;
 
}

.contact .row form h3 {
  text-transform: uppercase;
  font-size: 3.5rem;
  color: #fff;
}

.contact .row form .inputBox {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  border: var(--border);
}

.contact .row form .inputBox .iletisim{
  padding: 20px 0;
  display: flex; 
  padding: 20px 0; 
}

.contact .row form .inputBox .iletisim .iletisimic{
  display: flex;
  flex-direction: column;
}

.contact .row form .inputBox .iletisim .iletisimtel{
  display: flex;
}

.contact .row form .inputBox i {
  color: #fff;
  font-size: 2rem;
 padding: 2rem;
}

.contact .row form .inputBox p {
  width: 100%;
  padding: 2rem;
  padding-left: 0;
  font-size: 2rem;
  color: #fff;
  text-transform: none;
  background-color: transparent;
}



/*! contact end  */

/*! blog start  */
.blogs .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.blogs .box-container .box {
  background-color: #fff;
  border-radius: 3rem;
}

.blogs .box-container .box .image {
  height: 25rem;
  overflow: hidden;
  width: 100%;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.blogs .box-container .box .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blogs .box-container .box:hover .image img {
  transform: scale(1.2);
}

.blogs .box-container .box .content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.blogs .box-container .box .content img{
  width: 100%;
  height: auto;
  top: 0;
}

.blogs .box-container .box .content .title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 2.5rem;
  padding-top: 10px;
}

.blogs .box-container .box .content p {
  font-size: 17px;
  line-height: 1.8;
  padding: 1rem 0;
  color: #333;
}
.blogs .box-container .aorta{
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*! blog end  */

/*! footer start  */
.footer {
  background-color: var(--black-color);
  text-align: center;
}

.footer .share {
  padding: 2rem 0;
}

.footer .share a {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  color: #fff;
  font-size: 2rem;
  border: var(--border);
  border-radius: 50%;
  margin: 0.3rem;
}

.footer .share a:hover {
  background-color: var(--main-color);
}

.footer .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer .links a {
  background-color: var(--main-color);
  padding: 0.7rem 2rem;
  color: #fff;
  font-size: 2rem;
  border: var(--border);
}

.footer .links a:hover {
  background-color: var(--black-color);
  opacity: 0.7;
}

.footer .links a.active {
  background-color: var(--black-color);
}

.footer .credit {
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
  padding-top: 1.5rem;
}

.footer .credit span {
  color: var(--main-color);
}


.footer .modal{
  display: flex;
  flex-direction: column;
}

.fiyatlistesi{
  z-index: 2;
}

.footer .modal .modal-content{
  text-align: start;
}

.footer .modal .menufiyat{
  font-weight: normal;
}
/*! footer end  */

.berk{
  text-align: center;
}

.berk p{
  font-size: large;
  font-weight: bold;
}

.berk span{
  color: white;
}


/*! responsive start  */
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }

  .header {
    padding: 1.5rem 2rem;
  }

  .header .logo img {
    height: 7rem;
  }

  section {
    padding: 2rem;
  }

  .products .box-container .box .box-head .name {
    font-size: 3.4rem;
  }
}

@media (max-width: 768px) {
  .header #menu-btn {
    display: inline-block;
  }

  .header .navbar {
    position: absolute;
    top: 95%;
    background-color: #fff;
    height: calc(100vh - 9rem);
    width: 30rem;
    box-shadow: 0px 20px 14px 0px rgb(0 0 0 / 75%);
    right: -100%;
  }

  .header .navbar.active {
    right: 3rem;
  }

  .header .navbar a {
    color: var(--black-color);
    display: block;
    margin: 1.5rem;
    padding: 0.5rem;
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 50%;
  }

  .header .search-form {
    width: 30rem;
  }
}

/*! responsive end  */


.modalbutton:hover {
  transform: translateY(-2px); /* Hover'da butonun yumuşak yükselmesi */
}

.modalbutton:active {
  transform: translateY(0); /* Tıklama etkisi */
}


#background-cover {
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  cursor: pointer;
  backdrop-filter: blur(5px); /* Gölgeleme ekler */
  transition: opacity 0.3s ease-out; /* Karartma yumuşak geçiş */
}

.modal {
  width: 500px;
  height: auto;
  background-color: #fff;
  position: fixed;
  max-height: 80vh; /* Modal yüksekliği ekranın %80'ini geçmesin */
  overflow-y: auto; /* Dikey kaydırma */
  top: -100%;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); /* Modern gölge */
  transition: all 0.3s ease-out; /* Yumuşak animasyon */
  opacity: 0;
  border: none; /* Sınırları kaldırıyoruz */
}

.modal.open {
  top: 20%;
  opacity: 1;
  transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.modal-head {
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
}

.modal-head h5 {
  font-size: 20px;
  color: red;
}

.modal-content {
  padding: 15px 20px;
  font-size: 16px;
  color: black;
  line-height: 2.2;
}

.modal span.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2em;
  color: #aaa;
  cursor: pointer;
  user-select: none;
}

.modal span.close:hover {
  color: #333;
}


.modal-content {
  padding: 10px 20px 10px 20px;
}

.modal .siragenis{
  display: flex;
  flex-direction: column;
}
.modal .sirakucuk{
  display: flex;
  flex-direction: row;
}

.modal p{
  display: inline !important;
  margin-left: 10px;
  font-weight: bold;
  font-size: 18px;
}

.modal i{
  font-size: 18px;
  color: green;
}

.modal .sirakucukp{
  font-weight: 300;
}

@media (max-width: 576px){
  .modal{
    width: 100%;
  }
}



.enGenisGallery{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 10px;
}
.wrapper{
  max-width: 1300px;
  background-color: white;
  border: 3px solid var(--black-color);
  border-radius: 20px;
}
.gallery{
  display: flex;
  flex-wrap: wrap;
}
.gallery .image{
  width: calc(100% / 3);
  padding: 30px;
}
.gallery .image span{
  display: flex;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--black-color);
  border-radius: 20px;
  padding: 25px;
  background-color: var(--black-color);
}
.gallery .image img{
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
  border-radius: 30px;
  max-height: 400px;
}

.gallery .image:hover img{
  transform: scale(1.1);
}

.gallery .image iframe{
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
  border-radius: 30px;
  max-height: 400px;
}

.gallery .image:hover iframe{
  transform: scale(1.1);
}

.preview-box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.preview-box.show{
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}
.preview-box .details{
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between;
}
.preview-box .details .title{
  display: flex;
  font-size: 18px;
  font-weight: 400;
}
.details .title p{
  margin: 0 5px;
}
.details .title p.current-img{
  font-weight: 500;
}
.details .icon{
  color: #007bff;
  font-size: 20px;
  cursor: pointer;
}
.preview-box .image-box{
  display: flex;
  width: 100%;
  position: relative;
}
.image-box .slide{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
}
.slide.prev{
  left: 0px;
}
.slide.next{
  right: 0px;
}
.image-box img{
  width: 100%;
  border-radius: 0 0 3px 3px;
}
.shadow{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0,0,0,0.45);
}

@media(max-width: 1000px){
  .gallery .image{
    width: calc(100% / 2);
  }
}
@media(max-width: 600px){
  .gallery .image{
    width: 100%;
    padding: 20px;
  }
}

.gallery .image video {
  width: 100%;
  height: auto;
  display: block;
}


/* comment */

.error-message {
  color: red;
  display: none; /* Başlangıçta görünmez */
}
.yorumsistemi{
  background-color: #fff;
  display: flex;
    flex-direction: column;
    max-width: 720px;
    margin: 40px auto;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    text-transform: lowercase !important;
}

.yorumsistemi p{
  font-size: 20px;
  font-weight: bold;
}

.yorumsistemi1{
    margin: 20px;
}



.comments{
    font-size: 16px !important;
    font-weight: normal !important;
}

.yorumsistemi2{
    width: 100%;
}

.inputteam{
    width: 600px;
    display: flex;
    flex-direction: column;
    margin: 15px ;
    border: 1px solid #e84242;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}
.yorumgiriskayit{
    display: flex;
    justify-content: space-between;
}
.yorumgiriskayitbutton{
    display: flex;
    justify-content: space-between;
    margin:  10px auto;
}

.yorumgiriskayitbutton button{
    width: 125px;
    height: 40px;
    margin: 0px 20px;
    color: black;
    background-color: #e84242;
    border: 3px solid #e84242;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
}

.yorumgiriskayitbutton button:hover{
    background-color: white;
    color: #e84242;
    transition: 0.5s ease;
}

.isimeposta{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.yorumalani{
 margin: 0px 20px;
}

.input-group {
    position: relative;
    margin: 10px auto;
}

.textarea{
    height:100px !important;
    padding: 8px !important; 
    width: 100% !important; 
    margin: 0px auto !important; 
}

.input-group label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 16px;
    color: black;
    padding: 0 5px;
    pointer-events: none;
    transition: 0.3s;
}

.input-group input{
  text-transform: none !important;

}

.input-group .input {
    width: 260px;
    height: 40px;
    font-size: 16px;
    color: black;
    padding: 0 15px;
    background: transparent;
    border: 1.2px solid black;
    outline: none;
    border-radius: 5px;
}

.input-group .input:focus~label,
.input-group .input:valid~label {
    top: 0;
    font-size: 14px;
    background: hsl(203, 100%, 97%);
    color: #0377c3 ;
    border-left: 1px solid #0377c3;
    border-right: 1px solid #0377c3;
}

.input-group .input:focus,
.input-group .input:valid {
    border: 1.2px solid #0377c3;
}


.rating {
    font-size: 20px;
    margin: 10px 0;
}
.stars {
    font-size: 30px;
}

.yorumyapmayildiz{
    margin: 0px 20px;
}

.star {
    cursor: pointer;
    font-size: 30px;
}

.stars-container {
    display: inline-block;
}

.star {
    color: lightgray; /* Default color for inactive stars */
    margin: 0 2px; /* Adjust spacing between stars */
}

.star.active-star {
    color: gold; /* Color for active stars */
}


.one {
    color: rgb(255, 0, 0);
}

.two {
    color: rgb(255, 106, 0);
}

.three {
    color: rgb(252, 255, 120);
}

.four {
    color: rgb(255, 255, 0);
}

.five {
    color: rgb(24, 159, 14);
}


.comments{
    text-align: left;
}
.otoyorumgenis{
    max-width: 1180px;
    margin-inline: auto;
    margin-top: 35px;
    margin-bottom: 0px;
}

.yorumgonder{
    width: 150px;
    height: 40px;
    margin: 7px 20px;
    color: white;
    background-color: #e84242;
    border: 3px solid #e84242;
    border-radius: 20px;
    font-size: 16px;
}
.yorumgonder:hover{
    background-color: white;
    color: #e84242;;
    transition: 0.5s ease;
}

.otoyorum{
    max-width: 600px;
    margin: 0px 15px; 
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border: 1px solid #e84242;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);


}
.otoyorumeleman{
    padding: 8px;
    text-align: left;    
}

.otoyorumisim{
    font-size: 18px;
    font-weight: 600;
}

.otoyorumcizgi{
    border: 0.5px solid whitesmoke;
}
.otoyorumayirac{
    border: 0.5px solid lightgray;
}

@media (max-width:728px){
  .yorumsistemi2{
      text-align: center;
      justify-content: center;
  }

  .inputteam{
      width: 320px;
      margin-inline: auto;
  }

  .yorumgiriskayit{
      flex-direction: column;
  }
  .isimeposta{
      grid-template-columns: repeat(1, 1fr);
  }
  .yorumgonder{
      margin-inline: auto;
  }
  .yorumsistemi1 p {
      text-align: center;
  }
}


