* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  padding-top: 88px;
}
html {
  scroll-behavior: smooth;
}
:root {
  --paper-light: #ffffff;
  --paper-dark: #424242;
  --primary-main: #e91e63;
  --primary-light: #f8bbd0;
  --primary-dark: rgb(136, 14, 79);

  --default-light: #fafafa;
  --default-dark: #303030;
  --secondary-main: #304ffe;
  --secondary-light: #c5cae9;
  --secondary-dark: #1a237e;

  --text-primary: rgba(0, 0, 0, 0.87);
  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-secondary-dark: rgba(255, 255, 255, 0.7);
  --text-disabled: rgba(0, 0, 0, 0.38);
  --text-field: rgba(0, 0, 0, 0.42);

  --arrow-dark: white;
  --arrow-light: black;
  --arrow-background-light: rgba(166, 166, 166, 0.7);
  --slider-background-light: rgba(255, 255, 255, 0.7);
  --slider-background-dark: rgba(0, 0, 0, 0.7);
}

[data-theme="dark"] {
  /*Buse JU-3 Color */
  .header-section {
    background-color: transparent;
  }

  .header-title a,
  .hamburger-title a {
    color: var(--paper-light);
  }

  .header-title:hover {
    background-color: var(--primary-main);
  }

  .header-title:hover a,
  .hamburger-title:hover a {
    color: var(--primary-light);
  }

  .hamburger-list-container {
    background-color: var(--default-dark);
  }

  .dropdown-item:hover {
    background-color: var(--primary-dark);
    color: var(--paper-light);
  }

  .dropdown-item,
  .mode-item {
    color: var(--paper-light);
  }

  .settings-dropdown {
    background-color: var(--default-dark);
  }

  /*Buse JU-9 Color*/
  .trailer-container {
    border-color: var(--paper-light);
  }

  @keyframes border-animation {
    0% {
      border-color: var(--paper-light);
    }
    25% {
      border-color: var(--paper-dark) var(--paper-light) var(--paper-light)
        var(--paper-light);
    }
    50% {
      border-color: var(--paper-dark) var(--paper-dark) var(--paper-light)
        var(--paper-light);
    }
    75% {
      border-color: var(--paper-dark) var(--paper-dark) var(--paper-dark)
        var(--paper-light);
    }
    100% {
      border-color: var(--paper-dark) var(--paper-dark) var(--paper-dark)
        var(--paper-dark);
    }
  }

  .hero-section-info {
    color: var(--paper-light);
  }

  .trailer-container::before {
    border-color: var(--paper-light);
  }

  /*Buse Implement the FAQ Section Color*/

  .faq-title1 {
    color: var(--default-light);
  }

  .faq-title2 {
    color: var(--secondary-light);
  }

  .faq-p {
    color: var(--default-light);
  }

  .faq-question {
    background-color: var(--default-dark);
  }

  .faq-question-p,
  .faq-answer-p {
    color: var(--default-light);
  }

  .faq-answer {
    background-color: var(--default-dark);
    color: var(--paper-dark);
  }
  /*Trending movies*/
  .tm-main-text h6,
  .tm-main-text h2,
  .tm-main-text h4 {
    color: var(--default-light);
  }
  .tm-star-rating,
  .tm-main-duration {
    color: var(--default-light);
  }
  .tm-main-duration {
    border-left: 1px solid var(--default-light);
  }
  .tm-right-arrow,
  .tm-left-arrow {
    background: var(--arrow-light);
    color: var(--arrow-dark);
  }

  .trending-slide {
    background-color: var(--slider-background-dark);
    background-blend-mode: darken;
  }
  .tm-main-trailer-btn {
    color: var(--secondary-light);
  }
  .tm-main-full-mv-btn {
    color: white;
  }

  /*enes-color section start*/
  .news-event-box {
    background-color: var(--paper-dark);
  }
  .event-text-box {
    color: var(--default-light);
  }
  .event-text-box h3 {
    color: var(--secondary-light);
  }
  .news-text-box {
    color: var(--default-light);
  }
  .news-text-box h3 {
    color: var(--secondary-light);
  }
  /*enes-color section end*/
  /* register page start */
  body {
    background-color: var(--paper-dark);
  }
  .saas-logo h4 {
    color: var(--default-light);
  }
  .txt-box h1 {
    color: var(--default-light);
  }
  .txt-box h3 {
    color: var(--default-light);
  }
  .register-title h1 {
    color: var(--default-light);
  }
  .close-box p {
    color: var(--secondary-light);
  }
  .with-mail {
    color: var(--default-light);
  }
  .rgsr-check p {
    color: var(--default-light);
  }
  .checkbox button {
    background-color: var(--secondary-main);
    color: var(--default-light);
  }
  /* register page end */
  /* Login Page Color Start  */

  body {
    background-color: var(--paper-dark);
  }
  .saas-logo h4 {
    color: var(--default-light);
  }
  .txt-box h1 {
    color: var(--default-light);
  }
  .txt-box h3 {
    color: var(--default-light);
  }
  .login-title h1 {
    color: var(--default-light);
  }
  .close-box p {
    color: var(--secondary-light);
  }
  .with-mail {
    color: var(--default-light);
  }
  .login-check p {
    color: var(--default-light);
  }
  .checkbox-forgot {
    color: var(--secondary-light);
  }
  .checkbox-button {
    background-color: var(--secondary-main);
    color: var(--default-light);
  }

  /* Login Page Color End  */
  /*top categories color section*/
  .top-categories-section {
    color: var(--paper-light);
  }
  .movie-exp-btn {
    color: var(--paper-light);
  }
  /*top cotegories color end*/

  /*all catogories color section*/
  .cat-title1 {
    color: var(--default-light);
  }
  .cat-title2 {
    color: var(--secondary-light);
  }
  .categories-list .category-item .movie-img img {
    background-color: var(--default-light);
  }
  .categorie-title {
    color: var(--default-light);
  }
  .slide-btn {
    color: var(--default-light);
  }
  /*all color section end*/

  /*sıla-footer color section start*/
  .footer {
    color: white;
  }

  .footer-cta button {
    background: var(--secondary-main);
  }

  .link-column a {
    color: var(--paper-light);
  }

  .social-icons a {
    background: var(--default-dark);
    color: var(--text-secondary-dark);
  }

  .social-icons a:hover {
    color: #ffd700;
  }

  .footer-cta button:hover {
    background: #364dcd;
  }

  .language-selector select {
    background: var(--primary-dark);
    color: var(--text-secondary);
  }

  .language-selector select:hover {
    background: rgba(0, 0, 0, 0.12);
  }

  /*sıla-footer color section end*/

  /*sıla promotion banner color section start*/
  .content {
    color: var(--paper-light);
  }
}

/*----- light mode----*/
[data-theme="light"] {
  background: var(--default-light);

  .header-section {
    background-color: transparent;
  }

  .header-title a,
  .hamburger-title a {
    color: var(--primary-main);
  }

  .header-title:hover {
    background-color: var(--primary-main);
  }

  .header-title:hover a,
  .hamburger-title:hover a {
    color: var(--primary-light);
  }

  .hamburger-list-container {
    background-color: var(--default-dark);
  }

  .hamburger-menu,
  .settings-logo {
    filter: invert(24%) sepia(85%) saturate(5243%) hue-rotate(329deg)
      brightness(95%) contrast(93%);
  }

  .hamburger-list-container {
    background-color: var(--primary-light);
  }

  .settings-dropdown {
    background-color: var(--default-dark);
  }

  .dropdown-item,
  .mode-item {
    color: var(--paper-light);
  }

  .dropdown-item:hover {
    background-color: var(--primary-light);
    color: var(--paper-dark);
  }

  /*Trending movies*/
  .tm-main-text h6,
  .tm-main-text h2,
  .tm-main-text h4 {
    color: var(--default-dark);
  }
  .tm-star-rating,
  .tm-main-duration {
    color: var(--default-dark);
  }
  .tm-main-duration {
    border-left: 1px solid var(--default-dark);
  }
  .tm-right-arrow,
  .tm-left-arrow {
    background: var(--arrow-background-light);
    color: var(--arrow-light);
  }
  .trending-slide {
    background-color: var(--slider-background-light);
    background-blend-mode: lighten;
  }
  .tm-main-trailer-btn {
    color: var(--secondary-main);
  }
  .tm-main-full-mv-btn {
    color: white;
  }
  /*enes-color section start*/

  .event-text-box {
    color: var(--default-dark);
  }
  .event-text-box h3 {
    color: var(--secondary-dark);
  }
  .news-text-box {
    color: var(--default-dark);
  }
  .news-text-box h3 {
    color: var(--secondary-dark);
  }
  /*enes-color section end*/
  /*most-watched*/
  .container-movie-name {
    color: var(--default-dark);
  }

  /*Buse Implement the FAQ Section Color*/

  .faq-title1 {
    color: var(--default-dark);
  }

  .faq-title2 {
    color: var(--primary-dark);
  }

  .faq-p {
    color: var(--text-primary);
  }

  .faq-question,
  .faq-answer {
    background-color: var(--secondary-light) !important;
  }

  .faq-question-p,
  .faq-answer-p {
    color: var(--text-primary);
  }

  .faq-arrow {
    filter: invert(20%) sepia(97%) saturate(2225%) hue-rotate(278deg)
      brightness(88%) contrast(95%);
  }

  #section-title {
    color: var(--default-dark);
  }
  #special-title {
    color: var(--secondary-main);
  }
  #section-content {
    color: var(--default-dark);
  }
  /*footer*/
  .footer-cta h2 {
    color: var(--default-dark);
  }

  .footer-cta button {
    background: var(--secondary-main);
  }

  .footer {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
    text-align: center;
    background-image: url("../images/Rectangle\ \(6\).png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  /*pricing*/

  .pricing-header h2 {
    color: var(--default-dark);
  }
  #section-header {
    color: var(--secondary-main);
  }
  .pricing-card {
    background-color: var(--default-light);
    color: var(--text-primary);
  }
  .pricing-card .price {
    color: var(--text-primary);
  }

  .tc-title {
    color: var(--paper-dark);
  }
}

/*Buse JU-3 Header Section Start*/
.hamburger-menu {
  filter: invert(97%) sepia(0%) saturate(7500%) hue-rotate(289deg)
    brightness(104%) contrast(104%);
}

.header-section {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  padding: 0 20px;
  z-index: 99;
}

.header-titles-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(12px, 2vw, 22px);
  font-weight: 500;
  line-height: 46px;
  list-style: none;
}

.header-logo {
  width: clamp(70px, 15vw, 90px);
}

.header-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 2vw, 50px);
}

.header-title {
  padding: 4px 20px;
}

.header-title a,
.hamburger-title a {
  text-decoration: none;
}

.header-title:hover {
  border: none;
  border-radius: 30px;
}

.settings-logo,
.hamburger-menu {
  width: clamp(20px, 15vw, 40px);
}

.hamburger-container {
  position: absolute;
  right: 10px;
  display: none;
}

.hamburger-button {
  border: none;
  background-color: transparent;
}

.hamburger-list {
  list-style: none;
}

.hamburger-list-container {
  width: 140px;
  position: absolute;
  display: none;
  top: 40px;
  padding: 0 10px;
}

.hamburger-container:hover .hamburger-list-container {
  display: block;
}

@media (max-width: 800px) {
  .header-titles {
    display: none;
  }

  .hamburger-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .settings-logo {
    display: none;
  }
}

.settings-logo:hover {
  cursor: pointer;
}

.settings-dropdown-container {
  position: relative;
  display: inline-block;
}

.settings-dropdown {
  position: absolute;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  display: none;
}

.settings-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.dropdown-item {
  padding: 10px 30px;
  cursor: pointer;
  white-space: nowrap;
}

.mode-dropdown-container {
  display: none;
}

.small-settings-container:hover .mode-dropdown-container {
  display: block;
}

.mode-dropdown {
  list-style: none;
  padding: 0 10px;
}

.mode-item {
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 800px) {
  .settings-dropdown-container {
    display: none;
  }
}

/*Buse JU-3 Header Section End*/

/*Buse JU-9 Hero Section Start*/

.homepage-hero-section-container {
  border-bottom-left-radius: 20%;
  border-bottom-right-radius: 20%;
}

.homepage-hero-section {
  width: 60%;
  margin: auto;
  position: relative;
  margin-top: -100px;
  min-height: 720px;
  font-family: "Montserrat", sans-serif;
}

.hero-section-info {
  position: absolute;
  left: 10%;
  bottom: 20%;
}

.hero-category,
.hero-date {
  font-size: clamp(26px, 2vw, 36px);
  font-weight: 500;
}

.hero-title {
  font-size: clamp(48px, 2vw, 78px);
  font-weight: 700;
}

.trailer-container {
  position: absolute;
  bottom: 50%;
  left: 48%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  margin: auto;
  animation: border-animation 10s linear infinite;
  transform: rotate(45deg);
}

.icon-container {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}

.trailer-icon {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(96%)
    contrast(104%);
  width: 50px;
  height: 50px;
  object-fit: contain;
  transform: rotate(-45deg);
}

@media (max-width: 800px) {
  .homepage-hero-section {
    width: 100%;
  }
  .hero-section-info {
    left: 5%;
    bottom: 10%;
  }
}

/*Buse Implement the FAQ Section Start*/
.implement-section {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  margin: auto;
}

.faq-overview {
  width: 45%;
}

.faq-title {
  font-size: clamp(40px, 4vw, 48px);
  font-weight: 600;
  line-height: clamp(35px, 4vw, 55px);
}

.faq-p {
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 500;
  line-height: clamp(25px, 2vw, 45px);
  margin-top: 40px;
}

.faq-img {
  width: clamp(240px, 30vw, 420px);
  margin-top: 10px;
}

.faq-questions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.faq-question {
  width: clamp(250px, 50vw, 700px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 10px;
  cursor: pointer;
}

.faq-question-p,
.faq-answer-p {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  line-height: clamp(25px, 2vw, 45px);
  margin-right: 20px;
}

.faq-answer {
  width: clamp(250px, 50vw, 700px);
  border: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 30px;
}

.faq-answer-p {
  font-weight: 500;
}

.faq-arrow {
  width: clamp(14px, 15vw, 32px);
}

@media (max-width: 700px) {
  .faq-question,
  .faq-answer {
    padding: 10px 20px;
  }
  .implement-section {
    flex-direction: column;
    align-items: center;
  }
  .faq-overview {
    width: 100%;
    padding: 0 20px;
  }
  .faq-img {
    margin-left: 23%;
  }
}

/*Buse Implement the FAQ Section End*/

/*footer start*/

body {
  background-color: var(--paper-dark);
  color: var(--text-secondary-dark);
}

.footer {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  align-items: center;
  text-align: center;
}

.footer-cta {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  padding: 0 20px;
  margin: 0;
}

.footer-cta h2 {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 40px;
}

.footer-cta button {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  border: none;
  padding: 10px 40px;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 50px;
  gap: 35px;
  margin-top: 40px;
}

.footer-logo {
  text-align: center;
  flex-basis: 15%;
}

.footer-logo img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
  margin-top: -20px;
}

.video-text {
  font-weight: 500;
  font-size: 30px;
}

.copyright {
  font-weight: 200;
  font-size: 16px;
  margin-top: 60px;
}

.footer-links {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  flex-basis: 60%;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.link-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.link-column h4 {
  margin-bottom: 20px;
  font-weight: 700;
}

.link-column a {
  text-decoration: none;
  margin-bottom: 5px;
  transition: color 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 15%;
}

.social-icons {
  margin-bottom: 20px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  font-size: 20px;
  transition: color 0.3s ease;
  padding: 6px;
  border-radius: 50px;
}

.social-icons a img {
  width: 20px;
  height: 20px;
}

.language-selector {
  margin-top: 30px;
}

.language-selector select {
  display: flex;
  align-items: center;
  width: 270px;
  height: 35px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 760px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .footer-logo,
  .footer-links,
  .footer-social {
    flex-basis: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-cta h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }

  .footer-cta button {
    font-size: 18px;
    padding: 10px 30px;
  }
}

@media (max-width: 500px) {
  .footer-cta h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .footer-cta button {
    font-size: 16px;
    padding: 8px 20px;
  }

  .footer-content {
    padding: 0 10px;
  }

  .footer-links {
    gap: 20px;
  }

  .link-column h4 {
    font-size: 16px;
  }

  .link-column a {
    font-size: 12px;
  }

  .footer-logo img {
    width: 80px;
  }

  .video-text {
    font-size: 24px;
  }

  .copyright {
    font-size: 14px;
    margin-top: 40px;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  .language-selector select {
    width: 200px;
    height: 30px;
    font-size: 14px;
  }
}

/*footer end*/
