
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');






* { 

    font-family: "Poppins", Sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    transition: 0.2s ease;
    font-size: 14px;

}

html{
    font-size: 62%,
    /* overflow: hidden; sağdaki aşağı yukarı kaydırma  */ 

    scroll-padding-top : 9rem ,

    scroll-behavior: smooth,

}




/*! header start */


.logo img{

    width: %15;

}


header{

    background-color: #fffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
    margin: 2rem 7%;


}







.navbar{


    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 9%;
    margin: 2rem 8%;


}


nav a { margin-left:10px; color: #505050;

    border-bottom: 1px solid #fff;
}


nav a:hover { margin-left:10px;     color: red;

    border-bottom: 1px solid red;}

    #manu-bars{display: none;}


    .logo form{
        flex: 0 0 35rem;
        padding: 0rem 2rem;
        width: 100%;
        text-align:center; }

        .logo .inputBox{
           border: 1px solid white;
           background-color: #f3f3f3;
           border-radius: 10px;
           padding: 1px;
           width: 100%;

       }

       .logo .inputBox i {
        color: #de141a;
        font-size: 20px;
        margin-left: 20%;


    }




    .logo form .inputBox input{
        text-align: center;
        width: 70%;
        padding: 5px;    
        text-transform: none;
        color:#000 ;
        font-size: 14px;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 9px 0; }



        #sepet-mobil{

            display: none;
        }

/*! header and */


/*! urun start */


.urunalan .urun-container{
   margin: 1rem 10%;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}




.sepetalan{
   margin: 1rem 15%;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));


   border: 0px solid grey;
   text-align: center;
}


.sepet-container{

   display: flex;
   flex-wrap: wrap;
   width: 100%;
}

/*! sepet sayfası ayarları start */

.sepetcol-md-3 .sepetcol-md-9{
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;

}

.sepetcol-md-9{
    padding: 10px;
    flex: 0 0 70%;
    display: flex;

}



.sepetcol-md-3{
    flex: 0 0 30%;

}


.cart-summary {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.sepet-detaylari {
    width:100%;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}


.sepet-detaylari img {
    width:10%;

}


.urun-detayi {
    display: flex;
    align-items: center;
    flex: 1;
    margin-top: 2px;
    padding: 1px;
    border: 1px solid #ddd;

    z-index: 1000;
}

.urun-detayi:last-child {
}

.urun-resmi {
    width: 5%;
    margin-right: 10px;
}

.urun-aciklamasi,
.urun-adet,
.urun-toplam-fiyati {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    color: #333;
}


.urun-aciklamasi a {
  text-decoration: none;
  color: inherit;
}
#sepet-container{ 
    width: 100%;
    font-size:16px;
    text-align:center;
    font-weight: 400;
    background-color: #4e36af;
    padding: 1em;
    color: white; 
    border-radius: 9px;

}


.sil {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    color: #333;
    cursor: pointer;
}



.itemozet {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
}


.urun-toplam-fiyati{
    color: #c1272d;
    font-weight: 600;
}



.itemozetsepet {
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
}




.itemozetsepet span{
    margin-right: 10px;
    padding: 1px;

    border-right: 1px solid grey;

    font-size: 18px;
    f
}


.line-separated {
    padding: 10px 0;
    position: relative;
}

.line-separated::after {
    content: '';
    display: block;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.line-separated:last-child::after {
    content: none;
}




.itemozet.total {
    font-weight: bold;
    font-size: 20px;
}

.description {
    color: #555;
}

.price {
    color: #333;
}


.ozet{
    font-size: 25px;
    font-weight: 300;
    border-bottom: 1px solid #6666;
    margin-bottom: 5px;
}


.sepetcol-md-9 img{

    border: 1px solid grey;
    padding: 10px;
    margin: 9px;

    display: flex;
    width: 15%;
    height: auto;


}


.dtsatis{

    padding: 1em;
    background-color: #f8d7da;
    text-align: center;
    margin-top: 1em ;
    margin-bottom: 1em;
    border-radius: 9px;
    color: #000;
}


.dtteslim{

    padding: 1em;
    background-color: #ededed;
    text-align: center;
    margin-top: 1em ;
    margin-bottom: 1em;
    border-radius: 9px;
    color: #000;
}


.table-container {
    width: 90%;
    max-width: 1330px;
    margin: 3px auto;
    overflow-x: auto; /* Yatay kaydırma çubuğu */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);:

}

.responsive-table {
    width: 100%;
    border-collapse: collapse;


}

.responsive-table th, .responsive-table td {
    border: 0px solid #ddd;
    padding: 6px;
    text-align: left;
    font-size: 15px;
    border-bottom: 2px solid #ddd;

}

.responsive-table th {
    background-color: #007bff;
    color: white;
}



.table1{ width: 15%; }

.table2{ width: 60%; }

.table3{ width: 10%; text-align:center; }

.table4{ width:15%; text-align: center;  font-weight:600; }

.onay-ikonu {
    font-size: 15px;
    color: #000;
}
.star-icon {
    font-size: 15px;
    color: gold;
}

/*! sepet sayfası ayarları and */





.urunalan .urun-container .urun{
    margin: 8px;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    min-height: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between ;
    cursor: pointer;
    border: 1px solid  #e6e6e6;


}



.urunalan .urun-container .urun img{
    width: 100%;
    object-fit: cover;

}


.urunalan .urun-container .urun:hover img{
 transform: scale(1.05)
}


.urunalan .urun-container .urun h3{
    font-size: 15px;
    padding: 1rem;
    color: #000;
    font-weight: 300;
    text-align: center;
}

.urunalan .urun-container .urun .fiyat{
    font-size: 18px;
    color: #de151b;
    text-align: center;
}


.urunalan .urun-container .urun .fiyat span {
    font-size: 16px;
    color: #909090;
    text-decoration: line-through;
    font-weight: 200;

}


.urunalan .urun-container #urun {
    padding: 0rem;
    color: #909090;
    font-weight: 300;
    display: grid;

}



.urunalan .urun-container #urun ul li
{
    font-size: 14px;
    line-height: 22px;

}


.product__messages-wrapper--same-day {
    border: #dff7af;
    background-color: #dff7af;
    padding: 1em;
    border-radius: 9px;
    text-align: center;
}

.popiler{
    color: #d00739!important;font-weight: 300;
}

.urunalan .urun-container #urun  h3{

    font-size:30px;
    color: #000;
    font-weight: 400;

    text-align:left;
}


.sepetbtn{

    background-color: #c1272d;

    color: #ffff;
    padding: 10px 10px 10px 10px;
    width: 100%;
    border: 0px solid white;
    border-radius: 9px;
    font-size: 25px;

}

.sepet{

    cursor: pointer;

}

.sepet:hover{

    color: #c1272d;
}

#dtfiyat{

    font-size: 45px;
    color: #c1272d
}


.gallery-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-image-container {
  position: relative;
  width: 100%;
}

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

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  color: white;
  cursor: pointer;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.nav.left {
  left: 10px;
}

.nav.right {
  right: 10px;
}

.thumbnail-container {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.thumbnail {
    width: auto;
    height: 150px;
    object-fit: cover;
    margin-top: 20px;
    border: 2px solid white;
padding: 5px;
}

.thumbnail:hover {
border: 2px solid red;
padding: 5px;
}







.urundegerlendirme{

    font-size: 20px; background-color: #fbf8f8; padding: 3px; text-align: center;
    border:2px solid white;

    font-weight: 400;
    padding: 15px;

}

.urundegerlendirmealt{

    font-size: 16px; 
    font-weight: 800;

}


.urunaciklama {
    font-size: 20px;
    background-color: #white;
    padding: 3px;
    /* text-align: center; */
    border: 3px solid white;
    font-weight: 400;
    padding: 15px;
    line-height: 2;


}




@media (max-width: 480px) {
    .urundegerlendirme {
        font-size: 14px; /* Küçük ekranlarda minimum boyut */

    }

    .urundegerlendirmealt {
        font-size: 12px; /* Küçük ekranlarda minimum boyut */
        font-weight: 200;

    }
}


.detay_urun  {

    font-size:20px;
    color: #000;
    font-weight: 400;

    background-color:#ededed;
    width: 100%;
    text-align: center;
}



.section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border: 1px solid #ccc;
}


#section2 {
    border: 1px solid white;
    background-color: white;
}

@media (max-width: 768px) {


    #section2 {
  
    margin-top: 0px;
}

    }


@media (max-width: 768px) {


    #section2 {
  
    margin-top: 0px;
}


.thumbnail {
    width: 20%;
    height: 50%;
    cursor: pointer;
    object-fit: cover;
    border: 2px solid black;
}




    }






    .sepetbtn:hover{

        background-color: grey;

        color: #ffff;
        padding: 10px 10px 10px 10px;
        width: 100%;
        border: 0px solid white;

        cursor: pointer;

    }


    .counter-button {

        border: 1px solid #e6e6e6;
        background-color: #fafafa;
        width: 30px;
        height: 34px;
        outline: none;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: 0.3s;
        color: red;
    }

    .ty-numeric-counter .ty-numeric-counter-button {
        border: 1px solid #e6e6e6;
        background-color: #fafafa;
        width: 24px;
        height: 34px;
        outline: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;

    }

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

  .counter-value {
      width: 42px;
      user-select: none;
      height: 34px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      color: #4a4a4a;
      box-sizing: border-box;
      border: none;
      border-top: solid 1px #e6e6e6;
      border-bottom: solid 1px #e6e6e6;
      background-color: #ffffff;
      outline: none;
      text-align: center;
  }

  .counter-button:disabled {
      background-color: #d0d0d0;
      cursor: not-allowed;
  }


  .container {
    width: 100%; /* Genişlik ayarı */
    margin: 10px auto; /* Ortala */
    overflow: hidden; /* Taşmayan kısmı gizlemek için */
    white-space: nowrap; /* İçeriklerin yan yana sıralanmasını sağlar */
    border: 0px solid #ccc; /* Sınır çizgisi */
    padding: 10px; /* Kenar boşluğu */
    position: relative; /* Pozisyonunu belirtiyoruz */
    cursor: grab; /* Sürükleme işareti */

}

.item {
    display: inline-block; /* Öğelerin yan yana sıralanması */
    width: 18%; /* Öğe genişliği */
    height: 200px; /* Öğe yüksekliği */
    background-color: #fff; /* Arkaplan rengi */
    margin-right: 10px; /* Öğeler arası boşluk */
    vertical-align: top; /* İçeriği yukarıda hizalar */
    border-radius: 8px; /* Köşe yuvarlama */
    border: 1px solid #E6E6E6;
    padding: 10px;
    text-align: center;
    user-select: none; 

}

#item-alt{

    background-color: #fff9eb;
    padding: 9px;
    line-height: 40px;
    font-size: 12px;
}

.item-alt{



    width: 100%; height: 100%;  padding: 1em;

    white-space: normal; /* Metnin normal şekilde sarılmasını sağlar */
    word-wrap: break-word; /* Uzun kelimelerin bir alt satıra geçmesini sağlar */"
}




.item-alt p{

 white-space: normal;
 word-wrap: break-word;
}





.ikolar{


    align-items: center;
    position: absolute;
    text-align: center;
    z-index: 1000;

}



/*! urun and */

/*! foother start */

.footer{
    background-color:#000000 ;
    text-align: center;
    padding: 1.0rem;

    border-top: 5px solid #505050;
    bottom: 0;
}


.footer .footer-container{
   margin: 1rem 10%;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));


}


.footer .footer-container .footer-alan{
    margin: 5px;
    padding: 1rem;
    border-radius: 8px;
    min-height: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between ;


}

.footer .footer-container .footer-alan {
    padding: 1.5rem;



    font-size: 20px;
    color: white;
    font-weight: 300;
    text-align: center;
    margin-left:auto;
    margin-right:auto;

}

.footer .footer-container .footer-alan .foother-head h3 {
    text-align: center;


}


.footer .footer-container .foother-ust {
   text-align: center;
   list-style-type:none;
   color: #ffff;
   font size: 50px;
   font-weight: 600;
   margin: 3px;
   font-size: 14px;
   padding-bottom: 5px;

   border-bottom: 2px solid  #505050;

}


.footer .footer-container .foother-ust  ul p{


    font-size: 13px;
}

.footer .footer-container .footer-alan .foother-head li {
   text-align: center;
   list-style-type:none;
   color: #ffff;
   font size: 50px;
   font-weight: 600;
   margin: 3px;

}
.foother-head a:hover{

 border-bottom: 1px solid white;
}


.footer .footer-container .footer-alan .foother-head ul h3{
    padding: 3px;

    font size: 30px;
    font-weight: 600;

}

.footer .footer-container .footer-alan .foother-head ul li a{
  color: #ffff;
  font-weight: 200;
  font-size: 15px
}


.footer .footer-sosyal a{

    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    margin: 0.3rem;
}


.footer .footer-sosyal a:hover{

   color: red;
}


.footer-alan .footer-sosyal .bankalogo img{

    width: 70%;
}





/*! foother and */








/* kayit Temel stil ve tasarım kodları */

.kayitlogin-box {
    padding: 20px;
    border-radius: 5px;
}

.kayitinput-group {
    margin-bottom: 15px;
    position: relative;
}

.kayitinput-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.kayitinput-group label {
    position: absolute;
    top: -5px;
    left: 10px;
    background: #fff;
    padding: 0 5px;
    font-size: 12px;
}

.kayitpassword-group {
    position: relative;
}

.kayittoggle-password {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.kayitcheckbox-container {
    margin-bottom: 15px;
}

.kayitcustom-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    color: black;
}

.kayitcustom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.kayitcheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #c1272d; /* Bordo rengi */
    border-radius: 2px;
}

.kayitcustom-checkbox input:checked ~ .kayitcheckmark {
    background-color: #c1272d;
}

.kayitcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.kayitcustom-checkbox input:checked ~ .kayitcheckmark:after {
    display: block;
}

.kayitcustom-checkbox .kayitcheckmark:after {
    left: 8px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#kayitmessage.hata {
    text-align: center;
    background-color: #f8d7da;
    padding: 10px;

    color: #721c24;

}

#kayitmessage.basarili {
    text-align: center;

    background-color: #8cc77e;
    padding: 10px;

    color: #000;
}

/*! whatsaap and --------------------------------------------------------------------------------------------------------*/



.whatsappbtn {   background-color: white;
    margin-top: 30px;
    /* color: #c1272d; */
    padding: 10px 10px 10px 10px;
    width: 100%;
    border: 0px solid white;
    border-radius: 9px;
    font-size: 25px;
    cursor: pointer;
    border: solid 3px #c1272d;
}


.whatsappbtn:hover{

    background-color:#c1272d;
    color: white;

}


/*! odmee kısmı başla--------------------------------------------------------------------------------------------------------*/


.odemebuton-body {
    font-family: Arial, sans-serif;
}

.odemebuton-address-button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.odemebuton-popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.odemebuton-popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
}

.odemebuton-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.odemebuton-close:hover,
.odemebuton-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.odemebuton-tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.odemebuton-tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.odemebuton-tab button:hover {
    background-color: #ddd;
}

.odemebuton-tab button.active {
    background-color: #ccc;
}

.odemebuton-tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.odemebuton-input-group {
    margin-bottom: 15px;
}

.odemebuton-input-group-row {
    display: flex;
    gap: 20px;
}

.odemebuton-input-group input, .odemebuton-input-group select, .odemebuton-input-group textarea {
    width: calc(50% - 20px);
    padding: 10px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.odemebuton-input-group input[type="text"], .odemebuton-input-group select, .odemebuton-input-group textarea {
    width: 100%;
}

.odemebuton-input-group textarea {
    height: 100px;
}

.odemebuton-button[type="submit"] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding
/*! odmee kısmı son--------------------------------------------------------------------------------------------------------*/



























/*! resim özellikleri sağ sol gibi  */




@media (max-width: 768px) {
  .gallery-container {
    max-width: 100%;
}

.main-image-container {
    height: 100vh; /* % yerine tam ekran yüksekliği de kullanılabilir */
}
}








.login-box h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.input-group {
    position: relative;
    margin-bottom: 30px;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    background: none;
}

.input-group label {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 16px;
    color: #aaa;
    pointer-events: none;
    transition: 0.2s;
}

.input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label {
    top: -20px;
    left: 10px;
    font-size: 12px;
    color: #333;
}

.password-group {
    display: flex;
    align-items: center;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #aaa;
}

.btn {
    width: 100%;
    padding: 10px;
    background-color: #000;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.btn:hover {
    background-color: #999;
}


.show-password {
    color: #c1272d;
}

.links {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.links a {
    color: #000;
    text-decoration: none;
}

.links a:hover {
    color:  #c1272d;
    text-decoration: none;

}

#message {
    margin-bottom: 20px;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
}

#message.error {
    background-color: #f8d7da;
    color: #721c24;
}

#message.success {
    background-color: #d4edda;
    color: #155724;
}





.login-container {
    position: relative;
    display: inline-block;
    margin-right: 3%;
}

.login-text {
    cursor: pointer;
}

.tooltip {
    display: none;
    position: absolute;
    top: 100%;
    left: 60%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.tooltip-button {
    margin: 5px 0;
    padding: 10px;
    width: 100px;
    background-color: #c1272d;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.tooltip-button:hover {
    background-color: #000;
}

.login-container:hover .tooltip {
    display: block;
}











ul {
  list-style-type: none; /* Liste işaretlerini kaldırır */
  padding: 0; /* Varsayılan padding'i kaldırır */
  margin: 0; /* Varsayılan margin'i kaldırır */
}

.header-button {
  display: inline-block; /* Satır içi blok olarak görünmesini sağlar */
  padding: 12px 24px; /* İçerik etrafında boşluk oluşturur */
  border: 2px solid #007bff; /* Kenar rengini belirler */
  border-radius: 25px; /* Hafif oval köşeler oluşturur */
  background-color: #fff; /* Arka plan rengini belirler */
  color: #007bff; /* Yazı rengini belirler */
  text-align: center; /* Metni ortalar */
  font-size: 16px; /* Yazı boyutunu belirler */
  font-weight: bold; /* Yazıyı kalın yapar */
  text-transform: uppercase; /* Metni büyük harfe dönüştürür */
  cursor: pointer; /* Fare ile üzerine gelindiğinde işaretçi değişir */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
  transition: background-color 0.3s, color 0.3s, border-color 0.3s; /* Geçiş efekti */
}

.header-button:hover {
  background-color: #007bff; /* Üzerine gelindiğinde arka plan rengini değiştirir */
  color: #fff; /* Üzerine gelindiğinde yazı rengini değiştirir */
  border-color: #007bff; /* Üzerine gelindiğinde kenar rengini değiştirir */
}







.carousel-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.carousel-slide {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

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

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.prev-btn:hover, .next-btn:hover {
    background-color: rgba(0,0,0,0.8);
}
























/*! responsive and */

