/*header*/

/*
.bg-light {
  background-color: #FF5B00 !important;
}
  */

:root {
  --orange: #ff5b00;
}

.bg-dark {
  background-color: #530084 !important;

}

.yazi-light {
  color: #FF5B00;
}

.yazi-dark {
  color: #530084;
}

.headerust {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #FF5B00;
}

.navbar-nav .nav-item:hover {
  background-color: #FF5B00;
}

.navbar-nav .nav-item:hover .nav-link {
  color: white;
}

.ilet {
  display: flex;
  color: white;
}

.girisbtn {
  background-color: #530084;
  color: white;
  padding: 3px 30px;
  border: none;
  border-radius: 10px 0px 0px 10px;
  font-size: 16px;
  margin-right: 10px;
}

.yuvarlak {
  background-color: #530084;
  padding: 15px;
  text-align: center;
  color: white;
  border-radius: 15px;
  margin-bottom: 10px;
}

/* footer */

.footer {
  background-color: #ff5b00ff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-btn {
  padding: 7px 30px;
  margin-left: -6px;
  border-radius: 0px 10px 10px 0px;
  background: black;
  color: white;
}

.footer-input {
  padding: 7px 35px;
  border-radius: 10px 0px 0px 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  color: white;
}

.footer-form{
  border: 1px solid black;
  border-radius: 0px; 
}

.footer-form-btn{
  color: white;
  padding: 5px 35px;
  border-radius: 0px;
}

.footer-input::placeholder {
  color: white;
}

.footer-secim {
  color: white;
  padding: 20px;
}

.footer-alt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: black;
}

.magazabtn {
  background-color: #530084;
  color: white;
  padding: 3px 30px;
  border: none;
  border-radius: 0px 10px 10px 0px;
  font-size: 16px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown.show .dropdown-content {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.hakbtn {
  background-color: #ff5b00ff;
  color: white;
  border-radius: 20px;
  padding: 5px 15px;
}

button.fixoku {
  background-color: var(--orange);
  border:0;
  padding: .3rem .5rem;
  border-radius: .5rem;
  color:white;
  transition: all .2s;
}

button.fixoku:hover {
  background-color: #dedede;
  border:0;
  padding: .3rem .5rem;
  border-radius: .5rem;
  color:black;
  transition: all .2s;
}

.arimg {
  position: relative;
  margin-left: -28px;
}


.satinfoto {
  width: 65%;
}

.egitim {
  color: gray;
  font-size: 19px;

}

.egitim-btn {
  padding: 3px 15px;
  background-color: #ff5b00ff;
  color: white;
  border: none;
  border-radius: 20px;
}

.accordion-items {
  border: none;
  border-bottom: 1px solid #530084;
}

.accordion-itm {
  border: none;
  border-bottom: 1px solid gray;
}

.accordion-btn {
  font-size: 20px;
  font-weight: 600;
  color: #530084;
}

.accordion-btns {
  color: black !important;
  font-size: 20px;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #530084;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background-color: #530084;
  padding: 45px;
}

.accordion-bodys {
  background-color: transparent !important;
  padding: 45px;
}

.accordion-h3 {
  font-size: 21px;
  color: white;
  margin-bottom: 15px;
}

.accordion-p {
  font-size: 15px;
  color: gray;
}

.pp {
  font-size: 17px;
}

.baslikslider {
  font-size: 80px;
  font-weight: 100;
  color: #530084;
}

.yazislider {
  text-align: center;
  color: gray;
}

.ogrenci-form{
  background-color: rgb(212, 238, 247);
  padding-top: 50px;
  padding-bottom: 50px;
}

.custom-card {
  height: auto;
  transition: height 0.3s ease;
}

.custom-card:hover {
  height: 50%;
}

.giris-btn{
  border: 1px solid black;
}

.card-home {
  background-color: white;
  padding: 25px;
  width: 350px;
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: rotate(-1.5deg);
  transition: transform 0.3s ease;
}

.card-home:hover {
  transform: rotate(0deg);
}

blockquote {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  color: #333;
}

.card-h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
}

.card-p {
  font-size: 14px;
  color: #555;
  text-align: center;
}

.inp {
  border: 1px solid black;
  border-radius: 0px;
}

.form-btn {
  padding: 5px 40px;
  border: none;
  background: #ff5b00ff;
  color: white;
}

.product {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-input {
  width: 50px;
  padding: 5px;
  text-align: center;
}

.add-to-cart {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

.add-to-cart .cart-icon {
  margin-right: 5px;
}


.tabs {
  display: flex;
}

.tab {
  flex: 1;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  background-color: white;
  border: none;
  color: #333;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tab.active {
  color: #ff5b00ff;
}

.tab-content {
  padding: 20px;
  border-top: none;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.alisveris-btn {
  background-color: white;
  border: 1px solid black;
  border-radius: 0px;
  padding: 10px;
}

.sepet-btn {
  background-color: white;
  border: 1px solid black;
  border-radius: 0px;
  padding: 8px 25px;
}

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

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

th {
  font-weight: bold;
}

.remove {
  cursor: pointer;
  font-size: 18px;
}

.price,
.total {
  color: orange;
  font-weight: bold;
}

.sepet-yazi {
  color: #4a4a49ff;
}

.odeme-btn {
  background-color: #ff5b00ff;
  border-radius: 0px;
  color: white;
  padding: 9px 35px;
}

.custom-section {
  color: white;
  text-align: center;
  padding: 20px 0;
}

.divider {
  border-left: 1px solid white;
  height: 100px;
  display: inline-block;
  margin: 0 15px;
}

.besli-p {
  font-size: 23px;
  font-weight: 500;
}

.kazanim {
  display: flex;
  align-items: center;
}

.kazanim p {
  margin-top: 15px;
  margin-left: 15px;
}

.kazanim-btn {
  padding: 7px 20px;
  color: white;
  border-radius: 10px;
}

.dikkat-btn {
  padding: 3px 24px;
  color: white;
  font-weight: 500;
  border-radius: 15px;
}



@media only screen and (max-width: 1400px) {

  .magazabtn,
  .girisbtn {
    font-size: 13px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {
  .divider {
    display: none;
  }

  #right-divider {
    border-right: none;
  }
}