@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.video-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -1; /* Videoyu arka plana atar */
        }

        /* Video ayarları */
        .video-container video {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            object-fit: cover;
        }

header {
  /* background-color: #FFFFFF; */
}
header .container .navbar {
  /* background-color: #FFFFFF; */
  padding: 1rem;
}
header .container .navbar .navbar-nav {
  display: flex;
  gap: 20px;
}
header .container .navbar .navbar-brand img {
  max-width: 180px;
}
header .container .navbar .search-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: 300px;
  margin: 0 auto;
}
header .container .navbar .search-box input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}
header .container .navbar .search-box .search-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
header .container .navbar .search-box #search {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
}
header .container .navbar .search-box .search-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
header .container .navbar .search-box #search {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
}
header .container .navbar .search-box .suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 292px; /* Maksimum genişlik */
  background-color: #fff;
  border-radius: 4px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
}
header .container .navbar .search-box .suggestion-item {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}
header .container .navbar .search-box .suggestion-item:hover {
  background-color: #f0f0f0;
}
header .container .navbar .search-box .suggestion-item img {
  width: 40px; /* Resmin genişliği */
  height: 40px; /* Resmin yüksekliği */
  margin-right: 10px; /* Yazı ile resim arasındaki boşluk */
  border-radius: 4px; /* Köşeleri yuvarlat */
}
header .container .navbar .search-box .suggestion-item span {
  font-size: 16px;
  color: #333;
}
header .container .navbar .search-box .suggestions::-webkit-scrollbar {
  width: 8px;
}
header .container .navbar .search-box .suggestions::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
header .container .navbar .navbar-toggler {
  border: none;
  background: transparent;
}
header .container .navbar .navbar-toggler:focus {
  outline: none;
}
header .container .navbar .nav-link, header .container .navbar .dropdown-item {
  color: #000 !important;
  font-weight: 600;
}
header .container .navbar .nav-link:hover, header .container .navbar .dropdown-item:hover {
  color: #333 !important;
}
header .container .navbar .dropdown-menu {
  background: #FFFFFF;
}
header .container .navbar .dropdown-menu .dropdown-item {
  color: #000 !important;
}
header .container .navbar .dropdown-menu .dropdown-item:hover {
  background: #e9ecef;
}
@media (max-width: 991px) {
  header .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  header .navbar-collapse .search-box {
    margin-bottom: 1rem;
  }
  header .navbar-collapse .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin: 0.5rem 0;
  }
  header .navbar-toggler {
    display: block;
    margin-left: auto;
  }
}

footer {
  width: 100%;
  background-color: #222222;
  color: rgb(85, 96, 96);
  height: auto;
  min-height: 70px;
}
footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 70px;
  width: 100%;
}
footer .copyright p {
  margin-bottom: 0;
  font-weight: 600;
}

.coming-soon {
  height: auto;
  min-height: 820px;
  text-align: center;
  padding: 50px;
  background-color: #f8f8f8;
  color: #333;
}

.coming-soon h2 {
  font-size: 24px;
  color: #0073e6;
}

.coming-soon p {
  font-size: 18px;
}

#wp .show-wp-button {
  background: #27ae60;
  font-size: 34px;
  line-height: 54px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  left: 25px;
  bottom: 25px;
  border-radius: 100%;
  border: solid 5px #27ae60;
  animation: showwpbutton 2s ease infinite;
  backface-visibility: hidden;
}
#wp a {
  text-decoration: none !important;
}
#wp a {
  color: #0d6efd;
  text-decoration: underline;
}
#wp * {
  font-style: normal;
}
#wp *, #wp ::after, #wp ::before {
  box-sizing: border-box;
}
@keyframes showwpbutton {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  opacity: 0.7;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}


#fanff {
  padding: 40px 20px;
}



#fanff .custom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#fanff .custom-row .boxDiv {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 10px;
}
#fanff .custom-row .boxDiv:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#fanff .custom-row .boxDiv img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  margin-bottom: 10px;
}
#fanff .custom-row .boxDiv .title {
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
#fanff .custom-row .boxDiv .price {
  font-size: 1em;
  margin-bottom: 10px;
  color: #e91e63;
}
#fanff .custom-row .boxDiv button {
  background-color: #4b7fa2;
  color: #fff;
  border: none;
  padding: 9px 13px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#fanff .custom-row .boxDiv button:hover {
  background-color: #c2185b;
}
@media (min-width: 1200px) {
  #fanff .custom-row .boxDiv {
    flex: 1 1 calc(25% - 20px);
  }
}
@media (max-width: 992px) {
  #fanff .custom-row .boxDiv {
    flex: 1 1 calc(33.333% - 20px);
  }
}
@media (max-width: 768px) {
  #fanff .custom-row .boxDiv {
    flex: 1 1 calc(50% - 20px);
  }
  #fanff .custom-row .boxDiv img {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  #fanff .custom-row .boxDiv {
    flex: 1 1 100%;
  }
  #fanff .custom-row .boxDiv img {
    width:85%;
  }
  #fanff .custom-row .boxDiv .title{
    font-size:14px
  }
}

@media (max-width: 800px) {
  #fanff .custom-row .boxDiv img {
    width:90%;
  }
  #fanff .custom-row .boxDiv .title{
    font-size:16px
  }

  #fanff .custom-row .boxDiv button{
    font-size:15px;
  }
}

#wp .show-wp-button {
  background: #27ae60;
  font-size: 34px;
  line-height: 54px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  left: 25px;
  bottom: 25px;
  border-radius: 100%;
  border: solid 5px #27ae60;
  animation: showwpbutton 2s ease infinite;
  backface-visibility: hidden;
}
#wp a {
  text-decoration: none !important;
}
#wp a {
  color: #0d6efd;
  text-decoration: underline;
}
#wp * {
  font-style: normal;
}
#wp *, #wp ::after, #wp ::before {
  box-sizing: border-box;
}
@keyframes showwpbutton {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}



#codeff {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#codeff .randombuton {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#codeff .randombuton a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s, transform 0.3s;
}

#codeff .randombuton a:hover {
  background-color: #3f571e;
  transform: scale(1.05);
}

#codeff .randombuton a p {
  margin: 0;
}