/*! header start  */

header {
  border-bottom: 1px;
  position: sticky;
  width: calc(100% - 40px);
  margin: 40px auto;
  top: 10px;
  background: rgba(12, 12, 12, 1);
  border-radius: 40px;
  z-index: 10;
  color: #fff;
  max-width: 1200px;
  max-height: 1000px;
  padding: 0px 20px;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
}



.close-modal {
  background: transparent;
  border: none;
  color: #666;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: underline;
}


/* Profil Alanı */
.profile-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background-color: #ffffff;
  max-width: 1200px;
  margin: 40px auto;
}

/* Sol Metin Alanı */
.profile-text {
  max-width: 60%;
}

.profile-text h1 {
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #060606;
}

.profile-text p {
  font-size: 1rem;
  font-weight: 400;
  color: #005953;
  margin: 0;
}

/* Sağ Resim Alanı */
.profile-image img {
  height: auto;
  max-width: 100%;
  display: block;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* About */
.about-section {
  background-color: #ffffff;
  margin-bottom: 40px;
}

.about-text {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.about-text h2 {
  position: relative;
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
}

.about-text h2::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100px;
  height: 2px;
  background-color: #ccc;
}

/* Global Notification */
.global-notification {
  background-color: #fff;
  padding: 14px 0;
  text-align: center;
  font-size: 12px;
  color: #24252f;
}

.global-notification a {
  color: white;
  font-weight: 600;
}

/* Header Yapısı */
.header-row {
  height: 70px;
  display: flex;
  align-items: center;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-center .bi-x-circle {
  display: none;
}

.header-center .navigation .menu-list {
  display: flex;
  column-gap: 30px;
  align-items: center;
  margin-top: 20px;
}

.header-center .menu-list .menu-list-item {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
}

.header-center .menu-list .menu-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  position: relative;
  color: #fff;
}

.header-center .menu-list .menu-link::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.2s ease width;
}

.header-center .menu-list .menu-list-item:hover .menu-link::after,
.header-center .menu-list .menu-link.active::after {
  width: 100%;
}

.header-center .menu-list i {
  font-size: 12px;
}

.header-right .header-right-links {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.header-right .bi-person {
  font-size: 23px;
}

.header-right .search-button {
  border: none;
  background-color: transparent;
}

.header-right i {
  font-size: 18px;
  display: flex;
}

.header-right .header-cart {
  position: relative;
}

.header-right .header-cart-link .header-cart-count {
  width: 16px;
  height: 16px;
  background-color: #820c91;
  color: white;
  font-size: 10px;
  border-radius: 100%;
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

/* Menü dropdown */
header .menu-dropdown-wrapper {
  position: absolute;
  top: 100%;
  left: -10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 1;
}

header .menu-dropdown-content {
  background-color: #fff;
  border: 1px solid #dee0ea;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 18px 0;
}

header .menu-dropdown-content a {
  width: 250px !important;
  box-sizing: border-box;
  display: flex;
  padding: 4px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #24252f;
  transition: color 0.2s ease;
}

header .menu-dropdown-content a:hover {
  color: #8d8d8d;
}

.header-center .menu-list .menu-list-item:hover .menu-dropdown-wrapper {
  opacity: 0.9;
  visibility: visible;
}

/* Mega Menü */
.menu-dropdown-megamenu {
  background-color: white;
  border: 1px solid #dee0ea;
  padding: 22px;
  display: flex;
  column-gap: 50px;
}

.megamenu-wrapper {
  position: static !important;
}

.megamenu-wrapper .menu-dropdown-wrapper {
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.megamenu-wrapper .megamenu-links {
  display: flex;
  column-gap: 50px;
}

.megamenu-wrapper .megamenu-products-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.megamenu-wrapper .megamenu-menu-list {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.megamenu-wrapper .megamenu-menu-list a {
  font-size: 14px;
}

.megamenu-wrapper .megamenu-single-title {
  font-size: 18px;
  font-weight: 500;
}

.megamenu-wrapper .megamenu-single-subtitle {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

.megamenu-wrapper .megamenu-single-button {
  margin-top: 5px;
}

/* Buton */
.btn.btn-primary {
  background-color: #4FD1C5 !important;
  color: white !important;
  border: none;
  border-radius: 30px;
}

.btn.btn-primary:hover {
  background-color: #319795 !important;
}


/*! header responsive */
  @media (max-width: 480px) {
    .header {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .header-right {
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
    }
  
    .connect-button {
      margin-top: 0.5rem;
    }
  }
  



  /*! header start  */

header {
  border-bottom: 1px;
  position: sticky;
  width: calc(100% - 40px);
  margin: 40px auto;
  top: 10px;
  background: rgba(12, 12, 12, 1);
  border-radius: 40px;
  z-index: 10;
  color: #fff;
  max-width: 1200px;
  max-height: 1000px;
  padding: 0px 20px;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
}

.header-left {
  order: 0;
}

.header-mobile {
  order: 1;
  font-size: 24px;
  cursor: pointer;
  display: none;
}

/*! Menü Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 998;
  display: none;
}

.menu-overlay.active {
  display: block;
}

/* Profil Alanı */
.profile-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background-color: #ffffff;
  max-width: 1200px;
  margin: 40px auto;
}

/* Sol Metin Alanı */
.profile-text {
  max-width: 60%;
}

.profile-text h1 {
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #060606;
}

.profile-text p {
  font-size: 1rem;
  font-weight: 400;
  color: #005953;
  margin: 0;
}

/* Sağ Resim Alanı */
.profile-image img {
  width: 800px;
  height: auto;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* About */
.about-section {
  background-color: #ffffff;
  margin-bottom: 40px;
}

.about-text {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.about-text h2 {
  position: relative;
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
}

.about-text h2::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100px;
  height: 2px;
  background-color: #ccc;
}

/* Global Notification */
.global-notification {
  background-color: #fff;
  padding: 14px 0;
  text-align: center;
  font-size: 12px;
  color: #24252f;
}

.global-notification a {
  color: white;
  font-weight: 600;
}

/* Header Yapısı */
.header-row {
  height: 70px;
  display: flex;
  align-items: center;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-center .bi-x-circle {
  display: none;
}

.header-center .navigation .menu-list {
  display: flex;
  column-gap: 30px;
  align-items: center;
  margin-top: 20px;
}

.header-center .menu-list .menu-list-item {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
}

.header-center .menu-list .menu-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  position: relative;
  color: #fff;
}

.header-center .menu-list .menu-link::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.2s ease width;
}

.header-center .menu-list .menu-list-item:hover .menu-link::after,
.header-center .menu-list .menu-link.active::after {
  width: 100%;
}

.header-center .menu-list i {
  font-size: 12px;
}

.header-right .header-right-links {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.header-right .bi-person {
  font-size: 23px;
}

.header-right .search-button {
  border: none;
  background-color: transparent;
}

.header-right i {
  font-size: 18px;
  display: flex;
}

.header-right .header-cart {
  position: relative;
}

.header-right .header-cart-link .header-cart-count {
  width: 16px;
  height: 16px;
  background-color: #820c91;
  color: white;
  font-size: 10px;
  border-radius: 100%;
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

/* Menü dropdown */
header .menu-dropdown-wrapper {
  position: absolute;
  top: 100%;
  left: -10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 1;
}

header .menu-dropdown-content {
  background-color: #fff;
  border: 1px solid #dee0ea;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 18px 0;
}

header .menu-dropdown-content a {
  width: 250px !important;
  box-sizing: border-box;
  display: flex;
  padding: 4px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #24252f;
  transition: color 0.2s ease;
}

header .menu-dropdown-content a:hover {
  color: #8d8d8d;
}

.header-center .menu-list .menu-list-item:hover .menu-dropdown-wrapper {
  opacity: 0.9;
  visibility: visible;
}

/* Mega Menü */
.menu-dropdown-megamenu {
  background-color: white;
  border: 1px solid #dee0ea;
  padding: 22px;
  display: flex;
  column-gap: 50px;
}

.megamenu-wrapper {
  position: static !important;
}

.megamenu-wrapper .menu-dropdown-wrapper {
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.megamenu-wrapper .megamenu-links {
  display: flex;
  column-gap: 50px;
}

.megamenu-wrapper .megamenu-products-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.megamenu-wrapper .megamenu-menu-list {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.megamenu-wrapper .megamenu-menu-list a {
  font-size: 14px;
}

.megamenu-wrapper .megamenu-single-title {
  font-size: 18px;
  font-weight: 500;
}

.megamenu-wrapper .megamenu-single-subtitle {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

.megamenu-wrapper .megamenu-single-button {
  margin-top: 5px;
}
/* Mega Menü */


/* Responsive görünüm */


/* Profil alanı mobil */
@media (max-width: 768px) {
  .profile-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile-text {
    order: 2;
    max-width: 100%;
    margin-top: 10px;
  }

  .profile-text h1,
  .profile-text p {
    text-align: center;
  }

  .profile-image img {
    order: 1;
    width: 500px;
    margin-bottom: 20px;
  }
}


/*! header end */
