@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* @font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: "Helvetica";
  src: url("fonts/helvetica-light-587ebe5a59211.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
} */
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-BoldOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Rounded";
  src: url("../fonts/helvetica-rounded-bold-5871d05ead8de.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Compressed";
  src: url("../fonts/helvetica-compressed-5871d14b6903a.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
} 

@font-face {
  font-family: 'Jasmina FY';
  src: url('../fonts/JasminaFY-Regular.eot');
  src: local('Jasmina FY Regular'), local('JasminaFY-Regular'),
      url('../fonts/JasminaFY-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/JasminaFY-Regular.woff2') format('woff2'),
      url('../fonts/JasminaFY-Regular.woff') format('woff'),
      url('../fonts/JasminaFY-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


:root {
  --primary: #fd6502;
  --secondary: #6c757d;
  --success: #198754;
  --info: #007aff;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #212529;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --orange: #fd6502;
  --dark: #262626;
  --purple: #6f1df4;
  --purple-light: #811bcd;
  --green: #55ba18;
  --red: #e60f2b;
  --rounded-lg: 12px;
  --rounded-md: 10px;
  --body-bg: #f2eef4;
  --font-primary: "Roboto", sans-serif;
  --font_family_body_preset: 'SF Pro Display', -apple-system, system-ui, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --font-family-text: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body {
  background-color: var(--body-bg);
  font-family: var(--font-primary);
}
/* body,
  html {
    max-width: 100%;
    overflow-x: hidden;
  } */

.btn.btn-primary {
  background: linear-gradient(78.15deg, #ff6600 9.48%, #fca600 94.29%);
  border: 0;
  border-radius: var(--rounded-lg);
  padding: 9px 21px;
}
.btn.btn-red {
  background-color: var(--red);
  border: 1px solid var(--red);
  color: #fff;
  border-radius: var(--rounded-lg);
}
.btn.btn-outline-info {
  border: 1px solid var(--info);
  color: var(--info);
  border-radius: var(--rounded-lg);
}
.btn.btn-outline-red {
  border: 1px solid var(--red);
  color: var(--red);
  border-radius: var(--rounded-lg);
}
.btn.btn-outline-green {
  border: 1px solid var(--green);
  color: var(--green);
  border-radius: var(--rounded-lg);
}
.btn.btn-info {
  border: 1px solid var(--info);
  color: #fff;
  border-radius: var(--rounded-lg);
  background-color: var(--info);
}
.btn.btn-outline-info:hover {
  border: 1px solid var(--info);
  background-color: #fff;
}
.btn.btn-outline-gray {
  background-color: #fff;
  border: 1px solid #848199;
  border-radius: var(--rounded-lg);
  padding: 9px 21px;
  color: #848199;
}
.btn.btn-outline-secondary {
  background-color: #fff;
  border: 1px solid var(--purple);
  border-radius: var(--rounded-lg);
  padding: 9px 21px;
  color: var(--purple);
}
.border-top-orange {
  border-top: 1px solid var(--orange);
}

.btn.btn-secondary {
  background: linear-gradient(79.85deg, #811bcd 17.09%, #c430bc 90.37%);
  box-shadow: 0px 4px 9.9px 0px #811bcd1a;
  padding: 9px 21px;
  border: 0;
}
.btn.btn-gray {
  background: #84819975;
  color: white;
}
.btn.btn-success {
  background: linear-gradient(79.85deg, #02c152 17.09%, #05652d 90.37%);
  padding: 9px 21px;
  border: 0;
}
.btn.btn-info {
  background: linear-gradient(79.85deg, #022ec1 17.09%, #0e9bff 90.37%);
  box-shadow: 0px 4px 9.9px 0px #811bcd1a;
  border: 0;
}
.btn.btn-outline-secondary {
  border: 1px solid #811bcd;
  color: #811bcd;
  padding: 9px 21px;
}
.btn.btn-outline-secondary:hover {
  background-color: #811bcd;
  color: #fff;
}
.btn.btn-navy-gradient {
  background: linear-gradient(76.84deg, #222222 11.31%, #241cc9 93.56%);
  color: #fff;
  border-radius: var(--rounded-lg);
}
.link-purple {
  color: var(--purple);
  text-decoration: none;
}

.sound-wave-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sound-wave-container .bars {
  left: 40% !important;
}

.sound-wave {
  display: flex;
  align-items: center;
  gap: 2px;
}

.sound-wave .bar {
  width: 2px; /* Bar width reduced to fit 15 bars */
  height: 10px;
  background-color: #000;
  display: inline-block;
}

.sound-wave-container.paused .bar {
  animation: none;
}

.sound-wave.paused .bar {
  animation: none;
}

.sound-wave.playing .bar {
  animation: sound-wave 1s infinite;
}

.sound-wave .bar:nth-child(1) {
  animation-delay: 0s;
}
.sound-wave .bar:nth-child(2) {
  animation-delay: 0.1s;
}
.sound-wave .bar:nth-child(3) {
  animation-delay: 0.2s;
}
.sound-wave .bar:nth-child(4) {
  animation-delay: 0.3s;
}
.sound-wave .bar:nth-child(5) {
  animation-delay: 0.4s;
}
.sound-wave .bar:nth-child(6) {
  animation-delay: 0.5s;
}
.sound-wave .bar:nth-child(7) {
  animation-delay: 0.6s;
}
.sound-wave .bar:nth-child(8) {
  animation-delay: 0.7s;
}
.sound-wave .bar:nth-child(9) {
  animation-delay: 0.8s;
}
.sound-wave .bar:nth-child(10) {
  animation-delay: 0.9s;
}
.sound-wave .bar:nth-child(11) {
  animation-delay: 1s;
}
.sound-wave .bar:nth-child(12) {
  animation-delay: 1.1s;
}
.sound-wave .bar:nth-child(13) {
  animation-delay: 1.2s;
}
.sound-wave .bar:nth-child(14) {
  animation-delay: 1.3s;
}
.sound-wave .bar:nth-child(15) {
  animation-delay: 1.4s;
}

@keyframes sound-wave {
  0%,
  100% {
    height: 10px;
  }
  50% {
    height: 30px;
  }
}

/*#accordionDesc .audio-player {
    width: auto;
    background-color: #fff;
    border-radius: var(--rounded-lg);
    height: 58px;
  }*/
/*#accordionDesc .btn.audio-action-btn {
    box-shadow: none;
    background: #fff;
  }*/
#accordionDesc .sound-wave .bar {
  background-color: var(--info);
}

.card {
  border: 0;
  box-shadow: 4px 4px 12.7px 1px #811bcd1a;
}

.card.sample-card {
  padding: 20px;
  min-height: 272px !important;
  cursor: pointer;
  border: 4px solid #fff;
  border-radius: var(--rounded-lg);
  transition: border-color 0.3s ease-in-out;
}

.card.sample-card:hover {
  border: 4px solid var(--purple-light);
}

section {
  padding: 50px 0;
}

.section-title {
  margin-bottom: 50px;
}

.cart-wrapper {
  width: 42px;
  height: 42px;
  border-radius: var(--rounded-lg);
}

.border-orange {
  border: 1px solid var(--orange);
}
.border-white {
  border: 1px solid #fff;
}
.btn.btn-sign-in {
  background-color: #fff;
  border: 1px solid var(--dark);
  border-top-left-radius: var(--rounded-lg);
  border-bottom-left-radius: var(--rounded-lg);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
}
.btn.btn-sign-in:hover {
  background-color: var(--purple);
  border: 1px solid var(--purple);
  color: #fff;
  border-top-left-radius: var(--rounded-lg);
  border-bottom-left-radius: var(--rounded-lg);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn.btn-sign-up {
  background-color: var(--dark);
  color: #fff;
  border: 1px solid var(--dark);
  border-top-right-radius: var(--rounded-lg);
  border-bottom-right-radius: var(--rounded-lg);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
}
.btn.btn-sign-up:hover {
  background-color: var(--purple);
  border: 1px solid var(--purple);
  color: #fff;
  border-top-right-radius: var(--rounded-lg);
  border-bottom-right-radius: var(--rounded-lg);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.sign-up-page .nav-tabs li {
  width: 50%;
  background-color: #fff;
  padding: 0;
}
.sign-up-page .nav-tabs li button {
  border-top-left-radius: var(--rounded-lg);
}
.sign-up-page .nav-tabs li:first-child button {
  border-top-right-radius: 0;
}
.sign-up-page .nav-tabs li:nth-child(2) button {
  border-top-left-radius: 0;
}
.sign-up-page .nav-tabs li:first-child {
  border-top-left-radius: var(--rounded-lg);
}
.sign-up-page .nav-tabs li:nth-child(2) {
  border-top-right-radius: var(--rounded-lg);
}

.sign-up-page .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #811bcd0f;
  border: 0;
  color: var(--purple);
}

.sign-up-page .nav-tabs {
  border-top-left-radius: var(--rounded-lg);
}

.sign-up-page .tab-content {
  background-color: #fff;
}

.sign-up-page .form-step {
  background-color: #fff;
  width: 32px;
  height: 32px;
  border: 2px solid #a1aebe;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign-up-page .form-step.active {
  width: 32px;
  height: 32px;
  background-color: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 100%;
}
.sign-up-page .form-step-line {
  background-color: #a1aebe;
  height: 2px;
  width: 80px;
  margin: 0 10px;
}
.sign-up-page .form-step-line.active {
  background-color: var(--orange);
}
.sign-up-page .form-step.active::before {
  color: #fff;
}
.sign-up-page .form-step::before {
  content: attr(data-order);
  color: #000;
}
.input-wrapper img {
  position: absolute;
  right: 10px;
  top: 12px;
}
.input-wrapper input {
  padding-right: 20px;
}

.bg-purple-gradient {
  background: linear-gradient(90.42deg, #400070 0.74%, #2a004a 97.19%);
}
.bg-green-gradient {
  background: linear-gradient(90deg, #48bd79 0%, #005f28 100%);
}
.bg-light-gray {
  background-color: #f5f7fa;
}

.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  border-radius: var(--rounded-lg);
  box-shadow: 0px 4px 9.9px 0px #0000001a;
  border: 0;
}
.dropdown-menu .dropdown-item {
  line-height: 30px;
}
.dropdown-menu .dropdown-item:active {
  background-color: #ff66001a;
  color: #ff6600;
}
.dropdown-menu[data-bs-popper] {
  top: 120%;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ff66001a;
  color: #ff6600;
}
.nav-item {
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.whoami .swiper-slide:hover {
  transform: scale(100%) !important;
}
.whoami .swiper.mySwiper2 p {
  width: 80%;
  max-width: none;
}
.navbar {
  background-color: #fff;
  /* border-bottom: 1px solid #bdbdbd; */
}
.navbar .nav-item::after {
  content: url(../img/line-vector.svg);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: fit-content;
  height: auto;
  margin-top: 5px;
  z-index: 5;
}

.nav-item:hover .nav-link {
  color: var(--primary);
}

.nav-item.active::after {
  display: inline;
}

.navbar.bg-dark .nav-item a {
  color: #fff;
}

.nav-link {
  color: #222;
  font-size: 20px;
  font-weight: 600;
}

.hero {
  padding: 110px 0 165px;
  background-image: url("../img/hero-image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero .hero-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  color: #fff;
  margin-bottom: 17px;
}
.hero button.btn.btn-primary {
  margin-top: 17px;
}
.hero-subtitle {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -1.9%;
  color: #fff;
}

.bg-primary-gradient {
  background: linear-gradient(76.84deg, #222222 11.31%, #bb4b00 93.56%);
}
.bg-secondary-gradient {
  background: linear-gradient(76.84deg, #222222 11.31%, #811bcd 93.56%);
}
.bg-pink-gradient {
  background: linear-gradient(90.42deg, #ffffff 0.74%, #ffd3f1 97.19%);
}
.bg-orange-gradient {
  background: linear-gradient(78.15deg, #ff6600 9.48%, #fca600 94.29%);
}
.course-detail.main-content {
  min-height: 374px;
}
.ellipse-lg {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 0;
}
.cart-products .card.training-card .card-title {
  font-size: 20px;
}
.cart-products .card.training-card .price,
.cart-products .card.training-card .price-old {
  font-size: 20px;
  line-height: 26px;
}
.cart-products .card.training-card .price-old img {
  left: -7px;
  top: 7px;
  max-width: 80%;
}
.cart-products .card.training-card .tag,
.cart-products .card.training-card .features-list {
  font-size: 12px;
}
.card.training-card.detail .card-title {
  font-weight: 700;
  font-size: 35px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.card.training-card.detail .card-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.card.summary-card {
  border-radius: var(--rounded-lg);
}
.card.summary-card .price {
  color: #000;
}
.card.summary-card .price-old {
  font-size: 20px;
}
.card.summary-card .price-old img {
  left: -7px;
  top: 15px;
  max-width: 40%;
}
.card.training-card {
  border-radius: var(--rounded-lg);
  background-color: #fff;
}
.card.training-card .card-content {
  padding: 30px;
  max-width: 350px;
  height: 100%;
}
.card.training-card .card-footer {
  height: 89px;
  display: flex;
  align-items: center;
  border-bottom-left-radius: var(--rounded-lg);
  border-bottom-right-radius: var(--rounded-lg);
}
.card.training-card .card-footer button {
  font-size: 19px;
  line-height: 30px;
}
.card.training-card .decorative-image {
  position: absolute;
  bottom: 0;
  right: 10px;
  max-width: 46%;
}

.card.training-card .decorative-image.man {
  max-width: max-content;
}

.decorative-content-header {
  position: relative;
  background: #2b2b2b;
  color: #fff;
  height: 124px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-top-left-radius: var(--rounded-lg);
  border-top-right-radius: var(--rounded-lg);
}
.decorative-content-header img {
  position: absolute;
  right: 20px;
  z-index: 0;
}
.decorative-content-text {
  padding: 20px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  box-shadow: 4px 4px 12px 0px #811bcd1a;
  border-bottom-left-radius: var(--rounded-lg);
  border-bottom-right-radius: var(--rounded-lg);
}

.video-container.course-detail-video {
  max-width: 609px;
  text-align: end;
}
.video-container.course-detail-video video {
  border-radius: 12px;
}

.animated-btn {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}

img {
  transition: transform 0.3s ease-in-out;
}

.animated-btn:hover img {
  transform: translateX(5px);
}

.animated-btn:hover {
  animation: bounce 0.6s;
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.animated-shadow {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.animated-shadow:hover {
  /* transform: scale(1.05); */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.media-card {
  border-radius: 27px;
}

.basket-btn {
  cursor: pointer;
  position: relative;
}
.basket-btn:hover {
  background-color: var(--orange);
}
.basket-btn:hover svg path {
  stroke: white;
}
.card.training-card .card-title {
  font-size: 30px;
  line-height: 40.2px;
  font-weight: 700;
  height: 120px;
}
.home-trainings .card.training-card .card-title {
  height: auto;
}
.card.training-card .card-title span {
  font-weight: 400;
  line-height: 33.5px;
  font-size: 25px;
}
.card.training-card {
  box-shadow: 4px 4px 12.7px 1px #811bcd1a;
}
.card.training-card .card-desc {
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
  min-height: 42px;
}
.card.training-card .card-desc span {
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
}
.card.training-card.training-card-lg .card-desc {
  min-height: auto;
}
.card.training-card.training-card-lg .card-content {
  max-width: 100%;
}
.badge {
  padding: 12px 12px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
}
.text-bg-pink {
  background: #c430bc33;
  color: #c430bc;
}
.text-bg-purple {
  background: #c430bc;
  color: #fff;
}
.text-bg-blue {
  background: #0085ff33;
  color: #241cc9;
}
.text-bg-black {
  background: #000;
  color: #fff;
}

.price-old,
.price {
  font-size: 33.62px;
  font-weight: 300;
  line-height: 45.05px;
  color: #4f4f4f;
}
.price-old img {
  left: -7px;
  top: 14px;
}
.price-old sup,
.price sup {
  font-size: 11.53px;
  font-weight: 300;
  top: 0;
}

.home-trainings {
  margin-top: -70px;
  margin-bottom: 50px;
}

.main-title {
  border-bottom: 7px solid var(--orange);
  display: inline;
}

.main-content {
  padding: 30px;
}
.main-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.testimonial-card {
  border-radius: 10px;
  padding: 20px;
}

.testimonial-title {
  color: var(--purple);
  font-weight: 700;
  font-size: 14px;
  line-height: 19.6px;
}
.testimonial-subtitle {
  color: #3c3c4380;
  font-weight: 400;
  font-size: 14px;
}
.testimonial-text {
  font-weight: 400;
  font-size: 16px;
}

.brand-card {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: var(--rounded-lg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.swiper.swiper-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 100%;
}

.swiper.swiper-thumbs .swiper-slide .slide-decorative img {
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 92px;
}

.swiper.swiper-thumbs .swiper-slide img {
  width: 74px;
  height: 74px;
  border-radius: 100%;
  position: absolute;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.swiper-slide:hover {
  transform: scale(1.05) !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 363px;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 30px 0 !important;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 363px;
  object-fit: cover;
}

.swiper.mySwiper2 img {
  border-radius: 34px;
}
.swiper.mySwiper2 p {
  max-width: 592px;
  margin: 0 auto;
  padding: 20px 0;
}

.swiper-wrapper {
  gap: 2.4px;
}

.swiper-button-wrapper {
  background-color: #fff;
  width: 99px;
  height: 99px;
}
.swiper.mySwiper2 .swiper-button-next {
  background: linear-gradient(76.84deg, #222222 11.31%, #241cc9 93.56%);
  width: 62px;
  height: 62px;
  border-radius: 100%;
  border: 10px solid #fff;
  right: 80px;
  top: 40%;
}
.swiper.mySwiper2 .swiper-button-prev {
  background: linear-gradient(76.84deg, #222222 11.31%, #241cc9 93.56%);
  width: 62px;
  height: 62px;
  border-radius: 100%;
  border: 10px solid #fff;
  left: 80px;
  top: 40%;
}
.swiper.mySwiper2 .swiper-button-next:after,
.swiper.mySwiper2 .swiper-button-prev:after {
  font-size: 24px;
}
.swiper.mySwiper2 .swiper-slide img {
  width: 80%;
  margin: 0 auto;
}

.quote-text {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 30px;
  font-style: italic;
  line-height: 45px;
  color: #383838;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
.video-container.with_bottom_margin {
  margin-bottom: -50px;
}
.video-container video {
  width: 100%;
  border-radius: var(--rounded-lg);
}

.video-container .play-pause-btn {
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background: #811bcd75;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler {
  background-color: var(--orange);
  border-radius: var(--rounded-lg);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-toggler-icon {
  background-image: url("../img/lines.svg");
  background-size: cover;
}

.play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

.cta-with-bg {
  padding: 20px;
  color: white;
  background-size: cover;
  background-position: right center;
  border-radius: var(--rounded-lg);
}
.cta-with-bg.home {
  background: linear-gradient(88.7deg, #063b79 40.02%, rgba(6, 59, 121, 0) 68.81%), url("../img/cta-image.png") right center no-repeat;
  background-size: cover;
}

.cta-with-bg.samples {
  background: linear-gradient(88.7deg, #340359 40.02%, rgba(129, 27, 205, 0) 68.81%), url("../img/smiling-girls.png") right center no-repeat;
  background-size: cover;
}
.section-with-bg.samples {
  width: 100%;
  padding: 20px;
  color: white;
  background: linear-gradient(87.85deg, #241cc9 0%, #030043 39.96%, rgba(0, 0, 0, 0) 85.43%), url("../img/seslendirdiklerimiz.png") right center no-repeat;
  background-size: cover;
  background-position: right center;
  height: 397px;
}
.section-with-bg.samples {
  height: 280px;
}
.section-with-bg.corporate-course {
  width: 100%;
  padding: 20px;
  color: white;
  background: linear-gradient(87.27deg, #063b79 38.31%, rgba(6, 59, 121, 0) 68.47%), url("../img/corporate-image.png") right center no-repeat;
  background-size: cover;
  background-position: right center;
  height: 397px;
}

.section-with-bg.blog {
  width: 100%;
  padding: 20px;
  color: white;
  background: linear-gradient(88.87deg, #ac3486 38.84%, rgba(172, 52, 134, 0) 97.87%), url("../img/blog-bg.png") right center no-repeat;
  background-size: cover;
  background-position: right center;
  height: 280px;
}

.section-with-bg.about {
  width: 100%;
  padding: 20px;
  color: white;
  background: linear-gradient(87.18deg, #fd6502 0%, #000000 36.17%, rgba(0, 0, 0, 0) 99.78%), url("../img/hakkimda.webp") right center no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #000;
}
.section-with-bg.about {
  height: 280px;
}
.cta-with-bg.about {
  background: linear-gradient(88.7deg, #340359 40.02%, rgba(129, 27, 205, 0) 68.81%), url("../img/cta-about.png") right center no-repeat;
  background-size: cover;
}
.section-with-bg p {
  max-width: 523px;
}

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

.accordion-faq .accordion-button {
  color: #1e1e1e;
  border-top-left-radius: var(--rounded-lg);
  border-top-right-radius: var(--rounded-lg);
  border-radius: var(--rounded-lg);
}
.accordion-faq .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--rounded-lg);
  border-top-right-radius: var(--rounded-lg);
}
.accordion-faq .accordion-item:first-of-type {
  border-top-left-radius: var(--rounded-lg);
  border-top-right-radius: var(--rounded-lg);
}
.accordion-faq .accordion-item:last-of-type {
  border-bottom-left-radius: var(--rounded-lg);
  border-bottom-right-radius: var(--rounded-lg);
}
.accordion-faq .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: var(--rounded-lg);
  border-bottom-right-radius: var(--rounded-lg);
}
.accordion-faq .accordion-item {
  margin-bottom: 20px;
  border-top-left-radius: var(--rounded-lg);
  border-top-right-radius: var(--rounded-lg);
  border-bottom-left-radius: var(--rounded-lg);
  border-bottom-right-radius: var(--rounded-lg);
}

.accordion-faq .accordion-button:not(.collapsed) {
  background-color: #fff;
  border-top: 2px solid #811bcd80;
  border-left: 2px solid #811bcd80;
  border-right: 2px solid #811bcd80;
  color: var(--purple-light);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-faq .accordion-collapse.collapse.show {
  border-bottom: 2px solid #811bcd80;
  border-left: 2px solid #811bcd80;
  border-right: 2px solid #811bcd80;
  border-bottom-left-radius: var(--rounded-lg);
  border-bottom-right-radius: var(--rounded-lg);
}

.accordion-faq .accordion-button:not(.collapsed) .accordion-body {
  font-weight: 300;
}
.link-orange {
  color: var(--orange);
}
#audio-waveform {
  background-color: #f3f3f3;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.card.sample-card .card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  padding-top: 30px;
  color: #848199;
  padding: 0;
  text-align: justify;
  margin-top: 20px;
}
.card.sample-card .card-text-last {
  bottom: 18px;
  position: absolute;
}
@media (max-width: 1200px){
  .card.sample-card .card-text-last {
    bottom: 18px;
    position: relative;
  }
}
@media (max-width: 992px){
  .name-age {
    margin-left: 1rem !important;
  }
}
.audio-player {
  background-color: #f2f3f5;
  width: 100%;
  height: 48px;
  padding: 0 5px;
  border-radius: 100px; 
}
.audio-action-btn {
  background: linear-gradient(79.85deg, #811bcd 17.09%, #c430bc 90.37%);
  box-shadow: 0px 4px 9.9px 0px #811bcd1a;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.dashboard-course .audio-action-btn {
    background: transparent;
    box-shadow: none;
  }*/

.tags .tag {
  border: 1px solid #848199;
  color: #848199;
  border-radius: var(--rounded-lg);
  cursor: pointer;
  padding: 7px 5px;
}
.tags .tag:hover {
  border: 1px solid #0085ff;
  color: #0085ff;
  border-radius: var(--rounded-lg);
}

.text-gray {
  color: #848199;
}

.circle-sm {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #ff66001f;
  display: flex;
  align-items: center;
  justify-content: center;
}


.modal-content {
  box-shadow: 5px 4px 23px 0px #00000026;
  border: 0;
  border-radius: var(--rounded-lg);
}

footer {
  background-color: #161616;
  color: #fff;
}
.footer-list li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}
footer .copyright {
  font-size: 14px;
  color: #fff;
}
footer .social-list li {
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
footer .footer-list li a {
  text-decoration: none;
}
footer .footer-list li a:hover {
  text-decoration: underline;
}

.dashboard-home-nav ul li.active {
  background: #ff66001a;
  color: #ff6600;
}
.dashboard-home-nav ul li.active a {
  color: #ff6600;
}
.dashboard-home-nav ul li a {
  text-decoration: none;
  color: #848199;
}
.dashboard-home-nav ul li a:hover {
  color: #ff6600;
}
.dashboard-home-nav ul li {
  border-radius: var(--rounded-lg);
  padding: 10px 15px;
}
.card.dashboard-card {
  border-radius: var(--rounded-lg);
  box-shadow: 4px 4px 27.9px 0px #811bcd1a;
  margin-top: 30px;
}
.text-light-gray {
  color: #848199;
}
.text-sm {
  font-size: 12px;
}

.dashboard-welcome {
  font-size: 24px;
  font-weight: 500;
}

.course-sidebar {
  background-color: #fff;
  padding: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.bg-green {
  background-color: #55ba18;
}
.card.dashboard-card .card-title {
  font-size: 25px;
  font-weight: 700;
}
.progress,
.progress-bar {
  height: 20px;
  border-radius: 23px;
  background-color: #fdede6;
}
.course-sidebar .progress,
.course-sidebar .progress-bar {
  height: 13px;
  border-radius: 3px;
}
.course-back-btn {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background-color: #fff;
}
.course-nav {
  background-color: #f5f7fa;
  padding: 14px 0;
  border-bottom: 1px solid #a4a4a4;
}
.course-nav-right {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.couse-sidebar {
  background-color: #fff;
}
#accordionCourse {
  margin-top: 20px;
}
#accordionCourse .accordion-button:not(.collapsed) {
  border: 0;
  color: #000;
  background-color: #fff;
}
#accordionCourse .accordion-collapse.collapse.show {
  border: 0;
}
#accordionCourse .accordion-item {
  border: 0;
}
#accordionCourse .accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-weight: 700;
  padding-left: 30px;
  height: 61px;
  box-shadow: none;
}
#accordionCourse .accordion-body {
  font-size: 14px;
  color: #4e5566;
}

#accordionCourse .accordion-button::after {
  position: absolute;
  left: 0;
  transform: rotate(-180deg);
}
#accordionCourse .accordion-button:not(.collapsed)::after {
  transform: rotate(0);
}
#accordionCourse .accordion-button:focus {
  box-shadow: none;
}
#accordionCourse .form-check-input:checked {
  background-color: var(--green);
  border-color: var(--green);
}
#accordionCourse .form-check-input:focus {
  box-shadow: none;
  border-color: var(--green);
}
#accordionCourse .lecture-duration {
  font-weight: 400;
  font-size: 14px;
  color: #a1a5b3;
}
#accordionCourse .form-check {
  align-items: center;
  height: 42px;
}

.form-check.green .form-check-input:checked {
  background-color: var(--green);
  border-color: #fff;
}

#accordionDesc .accordion-button:not(.collapsed) {
  border: 0;
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
.text-orange {
  color: var(--orange);
}
.text-blue {
  color: var(--info);
}
.text-green {
  color: var(--green);
}
.text-red {
  color: var(--red);
}
#accordionDesc .accordion-item {
  border: 0;
}

.course-content .video-container {
  max-width: 100%;
  /* max-height: 550px; */
  max-height: none;
  background-color: #000;
}

.course-content .video-container iframe {
  width: 100%;
  max-height: 550px;
}

.radial-progress {
  width: 29px;
  height: 29px;
  margin-left: 10px;
  display: none; /* Initially hidden */
}

.circular-chart {
  width: 29px;
  height: 29px;
}

.circle-bg {
  fill: none;
  stroke: #e6e6e6;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke: var(--green);
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.sidebar-title {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
}
.notifications-list li {
  list-style: none;
}
.notifications-list li a {
  list-style: none;
  position: relative;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
  border-radius: 5px;
}
.notifications-list li a:hover {
  background: #811bcd1a;
}
.notifications-list .bullet {
  width: 10px;
  height: 10px;
  background-color: #811bcd;
  border-radius: 100%;
  position: absolute;
  left: -10px;
  top: 14px;
}
.notifications-list .notification-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19.36px;
  color: #030229;
  display: flex;
  justify-content: space-between;
}
.notifications-list .notification-title time {
  font-weight: 400;
  font-size: 10px;
  line-height: 12.1px;
  color: #030229;
}
.notifications-list .read .notification-title {
  font-weight: 400;
}
.notifications-list .read p {
  font-weight: 400;
}
.notifications-list p {
  font-weight: 700;
  font-size: 12px;
  line-height: 14.52px;
  color: #030229;
}

.notification-content {
  padding: 30px 30px;
  gap: 10px;
}
.notification-content p {
  font-weight: 400;
  color: #3b3c4a;
  font-size: 16px;
  line-height: 27px;
}
.search-box input {
  border-radius: 54px;
  height: 51px;
  padding-right: 40px;
  border: 3px solid var(--purple-light);
  width: 100%;
}
.search-box {
  position: relative;
}
.search-box button {
  position: absolute;
  right: 10px;
}
.blog-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.page-item.disabled a {
  background-color: transparent;
}
.list-unstyled .page-item a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-item a {
  background-color: transparent;
  border: 0;
  color: #000;
}
.page-item a:hover {
  background: #811bcd1a;
  border-radius: 8px;
  color: #811bcd;
}
.recent-posts-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.recent-posts-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  text-decoration: none;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
.recent-posts-link:hover {
  text-decoration: underline;
}
.card.blog-card .card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.legal-header {
  background-color: #f9fafb;
}
article strong {
  margin-bottom: 15px;
  display: block;
}
article blockquote {
  background-color: #f6f6f7;
  border-radius: var(--rounded-lg);
  border-left: 4px solid #e8e8ea;
  font-weight: 400;
  font-size: 24px;
  font-style: italic;
  line-height: 32px;
  color: #181a2a;
  padding: 15px 15px;
}
.section-header-centered .title-colored {
  color: var(--purple);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.section-header-centered p {
  color: #667085;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.help-card h5 {
  color: var(--purple);
  font-size: 16px;
}
.help-tags li {
  background: #811bcd1a;
  color: var(--purple);
  padding: 10px 10px;
  border-radius: var(--rounded-lg);
}
.timeline-item {
  margin-bottom: 30px;
  position: relative;
}

.timeline-right .timeline-item:first-child {
  margin-top: 100px;
}

.timeline-left .timeline-circle {
  top: 4px;
  right: -93px;
}

.timeline-left,
.timeline-right {
  position: relative;
}
.timeline-left::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #d9d9d9;
  position: absolute;
  right: -9px;
  top: 7px;
}

.timeline-left .timeline-line {
  height: 2px;
  background-color: #d9d9d9;
  width: 65px;
  position: absolute;
  right: -71px;
  top: 18px;
}

.timeline-right .timeline-circle {
  top: 4px;
  left: -100px;
}

.timeline-right .timeline-line {
  height: 2px;
  background-color: #d9d9d9;
  width: 65px;
  position: absolute;
  left: -71px;
  top: 18px;
}

.timeline-item {
  height: 420px;
}

.timeline-date {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: right;
  color: #ff6600;
}
.timeline-title {
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: right;
  color: #000;
}
.timeline-text {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 24.92px;
  text-align: right;
  color: rgba(0, 0, 0, 0.75);
  /* text-align: justify !important; */
}
.timeline-left {
  padding-right: 70px;
  height: 100%;
}
.timeline-right {
  padding-left: 70px;
}
.timeline-left .timeline-item {
  align-items: flex-end;
}
.timeline-right .timeline-item {
  align-items: flex-start;
}
.cart-full {
  background-color: var(--orange);
  position: relative;
}
.cart-full .badge {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  position: absolute;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -12px;
  right: -6px;
}

.audio-player {
  position: relative;
}

/*.bars {
    position: absolute;
    top: 76%;
    left: 50%;
    height: 15px;
    width: 29px;
    margin: -30px 0 0 -20px;
    transform: scale(1.3) translateX(-50%);
  }*/

#bars {
  position: absolute;
  top: 76%;
  left: 50%;
  height: 15px;
  width: 29px;
  margin: -30px 0 0 -20px;
  transform: scale(1.3) translateX(-50%);
}
#bars2 {
  position: absolute;
  top: 76%;
  left: 50%;
  height: 15px;
  width: 29px;
  margin: -30px 0 0 -20px;
  transform: scale(1.3) translateX(-50%);
}
#barsLong {
  position: absolute;
  top: 76%;
  left: 20%;
  height: 15px;
  width: 29px;
  margin: -30px 0 0 -20px;
  transform: scale(1.3) translateX(-50%);
}

/*.audio-player.blue {
    border-radius: var(--rounded-lg);
    border: 1px solid var(--info);
  }*/
.audio-player.green {
  border-radius: var(--rounded-lg);
  border: 1px solid var(--green);
}
.audio-player.red {
  border-radius: var(--rounded-lg);
  border: 1px solid var(--red);
}
.dashboard-bottom .audio-player {
  height: 59px;
}

.audio-player.pause .bar {
  animation: none;
}

/*.bar {
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 1px;
    background: #000;
    animation: sound 0ms -800ms linear infinite alternate;
    transform: translateY(50%);
  }*/

.audio-player.verified_bar .bar {
  background-color: #55ba18 !important;
}
.audio-player-record.verified_bar .bar {
  background-color: #55ba18 !important;
}
.audio-player-record-resp.resp_bar .bar {
  background-color: var(--orange) !important;
}
.audio-player-full.verified_bar .bar2 {
  background-color: #55ba18 !important;
}

.audio-player.wrong_bar .bar {
  background-color: #e60f2b !important;
}
.audio-player-record.wrong_bar .bar {
  background-color: #e60f2b !important;
}
.audio-player-record.wrong_bar .bar2 {
  background-color: #e60f2b !important;
}
.audio-player-full.wrong_bar .bar2 {
  background-color: #e60f2b !important;
}

.audio-player.control_bar .bar {
  background-color: orange !important;
}
.audio-player-record.control_bar .bar {
  background-color: orange !important;
}
.audio-player-full.control_bar .bar2 {
  background-color: orange !important;
}

.audio-player.blue .bar {
  background-color: var(--info);
}
.audio-player.gray .bar {
  background-color: #bdbcc5;
}
.audio-player.green .bar {
  background-color: var(--green);
}
.audio-player.red .bar {
  background-color: var(--red);
}
#accordionDesc .audio-player.gray {
  border: 1px solid #bdbcc5;
}

.practice-sentence {
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
}
.btn.btn-practice {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  height: 26px;
  display: flex;
  align-items: center;
}
.btn.btn-green {
  background-color: var(--green);
  color: #fff;
}

@keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 15px;
  }
}

.container-fluid {
  max-width: 1224px;
}
.container-sm {
  max-width: 904px;
}
.rounded-lg {
  border-radius: var(--rounded-lg);
}
.rounded-md {
  border-radius: var(--rounded-md);
}
.w-90 {
  width: 90%;
}
.min-h-auto {
  min-height: auto;
}

.mt-n-70 {
  margin-top: -70px;
}

.pl-70 {
  padding-left: 70px;
}

/* ADDITIONAL CSS */
.previous-price {
  font-size: 27px;
}
.whoami {
  position: relative;
  overflow: hidden;
}
.whoami::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px;
  background: linear-gradient(to right, #ffbb00 0, #003fff 25%, #a100ff 50%, #ff0075 100%);
}
.whoami .slide-decorative {
  position: relative;
  width: 92px;
  height: 92px;
}

.whoami .swiper-slide-thumb-active .slide-decorative::before {
  display: block;
}
.whoami .slide-decorative::before {
  content: "";
  background-image: url(../img/arrow-bottom.jpg);
  background-size: contain;
  display: none;
  position: absolute;
  width: 47px;
  height: 21px;
  bottom: calc(100% + 4px);
  z-index: 25;
  left: 50%;
  transform: translateX(-50%) scale(0.85);
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid {
  display: grid;
}
.gap-6 {
  gap: 1.5rem;
}
ul.grid {
  list-style: none;
}
.cta-with-bg h1 {
  margin-bottom: 15px;
}
.cta-with-bg {
  padding: 20px 60px;
}
.cta-with-bg button.btn {
  margin-top: 15px;
  width: fit-content;
}

.home-trainings .card .card-content .card-title {
  margin-top: 10px;
  line-height: 35px;
}

ul.grid.grid-cols-1 {
  padding-left: 0;
  height: 640px;
  overflow: auto;
  position: relative;
}

ul.grid.grid-cols-1 .testimonial-card {
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition-property: filter, border, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (min-width: 768px){
  ul.grid.grid-cols-1 .testimonial-card.blurred {
    filter: blur(3px);
  }
}

ul.grid.grid-cols-1 .testimonial-card:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
/*ul.grid.grid-cols-1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgba(242, 238, 244, 1), rgba(242, 238, 244, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}*/
.main-content.home .home-photo {
  position: absolute;
  bottom: 0;
  right: -75px;
  width: 500px;
}

.cta-with-bg.about,
.cta-with-bg.samples {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notification-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  transform: translate(50%, -50%);
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
}

.notification-badge-orange {
  position: absolute;
  top: 2px;
  right: 2px;
  transform: translate(50%, -50%);
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--orange);
  color: #fff;
}
.course-detail.main-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.course-detail.main-content .main-title {
  width: fit-content;
}
.avatar-group {
  position: absolute;
  bottom: 0;
  right: 0;
}
.card-bottom-field {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.course-content .video-container {
  /* height: 550px; */
  height: auto;
}
.course-content .video-container video {
  border-radius: 0;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 100%;
}

.dashboard-bottom {
  
}

.accordion.accordion-course .accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
}
.accordion.accordion-course .accordion-item .accordion-body .form-check {
  padding: 10px 20px 10px 30px;
}
.accordion.accordion-course .accordion-item .accordion-body .form-check:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.sign-up-page .nav-item .nav-link {
  text-align: center;
}
.cart-section .card.training-card {
  padding-right: 25px !important;
}
.custom-check.form-check-input:checked {
  background-color: var(--orange);
  border-color: var(--orange);
}
.navbar-collapse-ul {
  background-color: var(--primary);
}

.navbar-collapse-container {
  position: relative;
}
.custom-navbar-collapse.show {
  display: flex;
}
.custom-navbar-collapse {
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  align-items: center;
  left: 0;
  background-color: var(--primary);
  padding: 0 15px;
  border-radius: var(--rounded-lg);
  z-index: 10;
}
.custom-navbar-collapse ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.custom-navbar-collapse ul {
  display: flex;
  gap: 20px;
}
.custom-navbar-collapse ul li a {
  color: #fff;
  text-decoration: none;
}
.navbar-collapse-container .close-btn {
  margin-right: 20px;
  background-color: transparent;
  border: none;
  outline: none;
}
.navbar-collapse-container .close-btn img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.navbar .navbar-nav .nav-link {
  font-weight: 400;
}
.mediaSwiper {
  height: auto !important;
}
.mediaSwiper .swiper-slide {
  background-color: transparent;
  cursor: pointer;
}
.mediaSwiper .swiper-slide img {
  object-fit: contain;
  height: 100%;
}

.completed-btn.active {
  background: var(--green) !important;
  color: white !important;
}
.completed-btn.active input {
  background-color: var(--green);
  border-color: #fff;
}

.comments-end {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  align-items: center;
  width: 670px;
}
.comments-end h3 {
  font-weight: 400;
  font-size: 25px;
  white-space: nowrap;
}

.comments-end .testimonial-subtitle {
  font-size: 18px;
  width: fit-content;
  margin-bottom: 0;
}
.main-about-content {
  overflow: hidden;
}
.brand-cards .brand-card img {
  max-height: 95%;
}
.mediaSwiper .swiper-slide {
  transition: transform 0.3s ease;
}

.custom-badge {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  left: calc(100% + 5px);
  font-size: 13px;
}
.grid-5 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-5 div {
  justify-content: center;
  align-items: center;
  display: flex;
}
.profile-data {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Roboto", sans-serif;
}

.profile-thumb {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  border: 3px solid #007aff;
}

.profile-thumb .check-field {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(25%, 25%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-thumb .profile-picture {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.profile-thumb .check-field .shape {
  width: 25px;
  height: 25px;
}

.profile-thumb .check-field .icon {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, 50%);
}

.profile-data .dashboard-profile {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.profile-data .dashboard-profile .name {
  margin-bottom: 0;
  font-weight: 600;
}

.profile-data .dashboard-profile .sub-title {
  color: #007aff;
  font-weight: 500;
}
.account-settings .sidebar {
  border-radius: 15px;
  border: 1px solid lightgray;
}

.account-settings .sidebar .top {
  border-bottom: 1px solid lightgray;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}

.account-settings .sidebar .profile-thumb {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  padding: 5px;
  border: 2px solid var(--purple);
  margin-bottom: 20px;
}

.account-settings .sidebar .profile-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.account-settings .sidebar .profile-data {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.account-settings .sidebar .profile-data .name {
  color: var(--purple);
  margin-bottom: 0;
}

.account-settings .sidebar .profile-data .email {
  font-weight: 300;
}

.account-settings .sidebar .bottom {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.account-settings .sidebar .bottom div {
  display: flex;
  flex-direction: column;
}

.account-settings .sidebar .bottom div .title {
  font-weight: 300;
}

.account-settings .sidebar .bottom div .value {
  font-weight: 600;
}
.upload-picture {
  background-color: #ecebf6;
  padding: 10px 20px;
  height: 60px;
  border: 1px solid #3c3c3c;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
}

.avatarSwiper {
  height: 60px !important;
}

.avatarSwiper .swiper-slide {
  justify-content: center;
  display: flex;
}

.avatarSwiper .swiper-slide img {
  height: 100%;
  width: auto !important;
}

.avatarSwiper .swiper-slide.selected img {
  border: 3px solid var(--purple);
  border-radius: 50%;
  padding: 1px;
}

.upload-field {
  display: flex;
  align-items: center;
  gap: 20px;
}

.account-settings .content {
  padding: 30px;
}

.account-settings .form-field {
  margin-top: 50px;
}

.account-settings .form-field label {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5px;
}

.account-settings .form-field .input_group {
  display: flex;
  align-items: center;
  border-bottom: 1px solid lightgray;
  margin-bottom: 20px;
}

.account-settings .form-field .input_group input,
.account-settings .form-field .input_group select,
.account-settings .form-field .input_group textarea {
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}

.account-settings .form-field .input_group img {
  width: 20px;
  height: 20px;
  display: flex;
  flex-shrink: 0;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 30px;
}

.custom-table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
}
.custom-table th {
  font-weight: 300;
  font-size: 15px;
}
.custom-table td,
.custom-table th {
  padding: 20px;
  white-space: nowrap;
}
.custom-table tbody tr:nth-child(odd) {
  background-color: #fff9eb;
}

.table-responsive::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.question-content .card-body {
  padding: 15px;
  margin: 10px 0;
  display: flex;
  gap: 15px;
  flex-direction: column;
  max-height: 400px;
  min-height: 400px;
  overflow: auto;
}

.question-content .card-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.question-content .card-body::-webkit-scrollbar-track {
  background: #ffe8d9;
  border-radius: 5px;
}

.question-content .card-body::-webkit-scrollbar-thumb {
  background: #ffc7a3;
  border-radius: 5px;
}

.question-content .card-body::-webkit-scrollbar-thumb:hover {
  background: #fca600;
}

.custom-links::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.custom-links::-webkit-scrollbar-track {
  background: #ffe8d9;
  border-radius: 5px;
}

.custom-links::-webkit-scrollbar-thumb {
  background-color: #ffc7a3;
  border-radius: 5px;
}

.custom-links::-webkit-scrollbar-thumb:hover {
  background-color: #fca600;
}

.question-content .card-body .item {
  display: flex;
  gap: 15px;
}

.question-content .card-body .item .profile-thumb {
  width: 50px;
  height: 50px;
  display: flex;
  flex-shrink: 0;
  padding: 2px;
}
.question-content .card-footer {
  background-color: transparent;
  position: relative;
  border-top: none;
  display: flex;
  flex-direction: column;
}
.question-content .card-footer .top-card-footer {
  position: relative;
}
.question-content .card-footer .top-card-footer .send-btn {
  /*position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10%, -50%);*/
}

.question-content .card-footer .under-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.question-content .card-footer .under-card-footer .send-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .question-content .card-footer .under-card-footer .send-btn {
    display: block;
  }
  .question-content .card-footer .top-card-footer .send-btn {
    display: none;
  }
}

.question-content .card-footer textarea {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #eee;
  resize: none;
  font-size: 15px;
  padding-right: 55px;
  /*font-family: "Noto Color Emoji", sans-serif;*/
  font-style: normal;
}

.question-content .card-body .item .profile-thumb {
  border: 3px solid var(--orange);
}

.question-content .card-body .item.right .profile-thumb {
  border: 3px solid var(--info);
}

.question-content .card-body .item.right {
  flex-direction: row-reverse;
}

.question-content .card-body .item .message-box {
  background-color: #fff0e6;
  padding: 15px;
  border-radius: 15px;
}

.question-content .card-body .item .message-box time {
  color: var(--orange);
  font-size: 12px;
}

.question-content .card-body .item .check-field {
  display: none;
}

.question-content .card-body .item.right .check-field {
  display: flex;
}

.question-content .card-body .item.right .message-box time {
  color: var(--info);
}

.question-content .card-body .item.right .message-box {
  background-color: #eee;
}

.custom-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  overflow: auto;
}
.custom-links a {
  width: 100%;
  color: #fca600;
  padding: 10px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  background-color: #feedcc;
  font-weight: 700;
  font-size: 35px;
}
.custom-links a.active {
  background: #fca600;
  color: #fff;
}
.question-content .card {
  padding: 10px;
}
.question-content .card-header {
  display: flex;
  background-color: transparent;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--info);
}
.question-content .card-header p {
  margin-bottom: 0;
}
.video-thumb {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 15px;
}
.custom-links-video {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.custom-links-video span {
  border: 1px solid #d364cc;
  color: #d364cc;
  border-radius: 12px;
}
.video-thumb .custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  transform: translate(-50%, -50%);
}
.video-card-footer label {
  width: calc(100% / 2);
  border: 1px solid lightgray;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  color: lightgray;
  padding: 10px;
}

.video-card-footer label.active {
  border: 1px solid var(--green);
  color: var(--green);
}
.video-card-footer label.active .form-check-input:checked {
  border-color: var(--green);
  background-color: var(--green);
}
.video-card-footer label input {
  margin-top: 0;
  box-shadow: none;
  outline: none;
}
.video-card-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.video-card-footer .takvime-ekle {
  color: var(--info);
}
.video-card-footer a {
  width: calc(100% / 2);
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.video-thumb .thumbnail {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(50%);
  border-radius: 15px;
}

.video-player {
  height: 600px;
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.video-player img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  filter: brightness(50%);
  object-fit: cover;
}
.navbar.navbar-expand-lg .container-fluid .collapse.navbar-collapse .d-flex + .social-list {
  display: none !important;
}
.course-sidebar {
  background-color: #2b2b2b;
}
.course-sidebar .progress {
  background: #363538;
}
.course-sidebar #accordionCourse .accordion-button {
  color: #fff;
  background-color: #2b2b2b;
}
.course-sidebar #accordionCourse .accordion-body {
  background: #2b2b2b;
  color: #fff;
}
.course-sidebar .accordion.accordion-course .accordion-item .accordion-body .form-check:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.course-sidebar .accordion-body .egitim_bolum:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.course-sidebar #accordionCourse .accordion-button::after {
  filter: invert(1);
}
.course-sidebar .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.course-sidebar .accordion-item:first-of-type {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.course-sidebar .accordion.accordion-course .accordion-item:not(:last-child) {
  border-bottom: none !important;
}

/* sticky-header */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888;
}

.sticky-header-clearfix {
  height: 100px;
  width: 100%;
  background: transparent;
  user-select: none;
  pointer-events: none;
}
/* /sticky-header */

.form-check-input {
  width: 1.2em;
  height: 1.2em;
}
.custom-video-container {
  padding: 20px 40px;
}
#jquery_jplayer_1 img#jp_poster_0,
#jquery_jplayer_1 img#jp_poster_1,
#jquery_jplayer_1 img#jp_poster_2,
#jquery_jplayer_1 img#jp_poster_3,
#jquery_jplayer_1 img#jp_poster_4,
#jquery_jplayer_1 img#jp_poster_5 {
  max-height: 550px;
} 
/* #jquery_jplayer_1 img#jp_poster_1 {
  max-height: 360px;
}  */

.speech-analysis  {
  display: flex;
  flex-direction: column;
}
.speech-analysis .custom-go-back {
  color: #811bcd;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}
.speech-analysis .custom-go-back img {
  width: 20px;
  height: 20px;
}
.speech-analysis .custom-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.speech-analysis .custom-voice-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  height: 67px;
  width: 100%;
  padding: 19px;
  border-radius: 15px;
  border: 1px solid #208bff;
}
.speech-analysis .custom-date {
  font-size: 14px;
  color: gray;
  margin-top: 10px;
  margin-bottom: 35px;
} 
.timeline-left .timeline-text {
  text-align: justify;
}
.timeline-right .timeline-text {
  text-align: justify;
}

@media screen and (max-width: 991px) {
  .custom-video-container {
    padding: 15px;
  }
  .custom-links { 
    min-height: auto; 
  }
  .about + section.mt-n-70 .card {
    padding: 30px 0;
  }
  .about + section.mt-n-70 .card .row .col-lg-6 {
    padding: 0 60px;
  }
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-item {
    align-items: start !important;
  }

  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-left::before {
    left: -9px;
    right: unset;
  }

  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-left {
    padding-right: 0;
    padding-left: 70px;
  }

  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-left .timeline-circle,
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-right .timeline-circle {
    left: -93px;
    right: unset;
  }

  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-left .timeline-line {
    left: -71px;
  }
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-right::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #d9d9d9;
    position: absolute;
    left: -9px;
    top: 7px;
  }
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-right .timeline-item:first-child {
    margin-top: 0;
  }

  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-item .article-img {
    height: 300px;
  }

  .navbar.navbar-expand-lg .container-fluid .collapse.navbar-collapse .d-flex + .social-list {
    display: flex !important;
  }
  .video-player {
    height: 500px;
  }
  .question-content .card-body .item .message-box {
    font-size: 15px;
  }
  .custom-links {
    flex-direction: row;
  }
  .grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content-div p br {
    display: none;
  }
  .practise-item {
    flex-direction: column;
  }
  .practise-field {
    width: 100%;
  }
  .dashboard-course-bottom .chat-container .item {
    gap: 5px;
  }
  .dashboard-course-bottom .chat-container .item .profile-thumb {
    width: 50px;
    height: 50px;
  }
  .rate-course {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .video-player {
    height: 300px;
  }
  .video-card-footer {
    flex-direction: column;
  }
  .video-card-footer a,
  .video-card-footer label {
    width: 100%;
  }
  .question-content .card-body .item {
    gap: 5px;
  }
  .custom-links a {
    padding: 5px;
    border-radius: 10px;
    font-size: 30px;
  }
  .question-content .card-body {
    padding: 5px;
  }
  .question-content .card-body .item .message-box {
    font-size: 13px;
  }
  .custom-links {
    flex-wrap: wrap;
  }
  .question-content .card-body .item .profile-thumb {
    width: 45px;
    height: 45px;
    padding: 1px;
  }
  .profile-thumb .check-field .icon {
    width: 10px;
    height: 10px;
  }
  .profile-thumb .check-field .shape {
    width: 20px;
    height: 20px;
  }
  .upload-field {
    align-items: self-start;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .whoami .swiper-slide img {
    height: 400px;
  }
  .swiper.mySwiper2 .swiper-button-prev {
    top: 200px;
  }
  .swiper.mySwiper2 .swiper-button-next {
    top: 200px;
  }
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px){
 /* ul.grid.grid-cols-1::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(242, 238, 244, 1), rgba(242, 238, 244, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }*/
}
@media screen and (max-width: 1024px) {
  
  ul.grid.grid-cols-1 {
    height: 640px;
  }
  .comments-end h3 {
    white-space: inherit !important;
    text-align: center;
    font-size: 23px;
  }
  .comments-end {
    max-width: auto !important;
    margin-top: 20px;
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .cta-with-bg {
    height: 416px;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
}
/* Helpers */
@media screen and (min-width: 992px) {
  .navbar.bg-dark .social-list {
    display: none !important;
  }
  .basina-yansiyanlar {
    margin-bottom: 20px;
  }
  .mediaSwiper .swiper-slide:hover {
    transform: scale(115%);
  }
  .mediaSwiper {
    padding: 0 30px !important;
  }
  .mediaSwiper .swiper-wrapper {
    padding: 40px 0;
  }
  .row-cols-lg-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .navbar .nav-item::after {
    width: 0px;
  }
  .course-sidebar {
    position: sticky;
    padding: 20px;
    height: 100vh;
    top: 100px;
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  .main-content.home {
    padding: 45px;
  }
  .card.dashboard-card .decorative-image {
    bottom: -16px;
  }
}

@media screen and (max-width: 1200px) {
  .audio-player { 
    width: 230px; 
    margin-top: 10px;
}
  .swiper.mySwiper2 .swiper-button-prev {
    top: 210px;
    transform: translateY(-50%);
  }
  .swiper.mySwiper2 .swiper-button-next {
    top: 210px;
    transform: translateY(-50%);
  }
  .courses .card.training-card .decorative-image {
    transform: scale(0.9);
    transform-origin: bottom left;
  }
  .main-content.home .home-photo {
    position: static;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .card.training-card.man .decorative-image {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .navbar-collapse,
  .navbar-collapse.collapsing,
  .navbar-collapse.collapse {
    height: calc(100vh - 92px) !important;
    padding-bottom: 50px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .navbar-collapse .social-list {
    margin-top: auto;
  }
  .navbar.bg-dark .navbar-collapse .social-list li a {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    transition: border-color 0.3s ease;
    will-change: border-color;
  }

  .navbar.bg-dark .navbar-collapse .social-list li a:hover {
    border-color: var(--primary);
  }

  .navbar-collapse .social-list li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    will-change: background-color;
  }

  .navbar-collapse .social-list li a:hover {
    background-color: var(--primary);
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: flex;
  }

  .navbar-collapse-container {
    display: none !important;
  }
  .navbar-collapse-container .dropdown .dropdown-toggle span {
    display: none;
  }
  .sign-form-sms form {
    padding-bottom: 30px;
  }
  .sign-form form {
    padding-top: 30px;
  }
  .sign-form .col-lg-6.pe-lg-0 img {
    display: none;
  }
  .card.dashboard-card .left-picture {
    display: none;
  }
  .btn.btn-practice {
    margin-right: 10px;
    white-space: nowrap;
  }
  .course-sidebar {
    border-right: 0;
    border-bottom: 0;
  }
  .card-bottom-field {
    margin-top: 40px;
  }
  .ellipse-lg {
    display: none;
  }
  .avatar-group {
    position: static;
  }
  .course-detail.main-content .row.mt-5 {
    margin-top: 20px !important;
  }
  .video-container.course-detail-video {
    max-width: 609px;
    margin: 0;
    width: 100%;
    padding: 0 30px 30px 30px;
  }
  div.cta-with-bg.samples {
    position: relative;
    overflow: hidden;
  }
  div.cta-with-bg.samples h1,
  div.cta-with-bg.samples p,
  div.cta-with-bg.samples button {
    z-index: 2;
    position: relative;
  }
  div.cta-with-bg.samples::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
  }
  .decorative-content-header img {
    opacity: 0.3;
  }
  .decorative-content-header {
    overflow: hidden;
  }
  .decorative-content h2 {
    z-index: 2;
  }
  .hero .pl-70 {
    padding: 0 12px;
  }
  .cta-with-bg {
    padding: 30px;
  }
  .swiper.mySwiper2 .swiper-button-prev {
    left: -10px;
    top: 210px;
    transform: translateY(-50%);
  }
  .swiper.mySwiper2 .swiper-button-next {
    right: -10px;
    top: 210px;
    transform: translateY(-50%);
  }
  .swiper.mySwiper2 .swiper-slide img {
    width: 100%;
  }

  .nav-item {
    padding: 10px 20px;
  }
  .navbar .nav-item::after {
    left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-item .article-img {
    height: 200px;
  }
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-left .timeline-circle,
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-right .timeline-circle {
    left: -63px;
  }
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-left {
    padding-left: 40px;
  }
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-right {
    padding-left: 40px;
  }
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-left .timeline-line {
    left: -41px;
    width: 34px;
    top: 17px;
  }
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-right .timeline-line {
    width: 34px;
    left: -41px;
    top: 17px;
  }
  .sign-up-page .nav-link {
    font-size: 18px;
  }
  .card.dashboard-card .row {
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-right::before {
    display: none;
  }
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-left {
    padding-left: 0;
  }
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-right {
    padding-left: 0;
    padding-right: 0;
  }
  .about + section.mt-n-70 .card .row .col-lg-6 .timeline-title {
    text-align: left;
  }
  .about + section.mt-n-70 .card .row .col-lg-6 {
    padding: 0 35px;
  }
  .cta-with-bg.about,
  .cta-with-bg.samples {
    background-size: cover !important;
    height: 553px;
    justify-content: flex-end !important;
    text-align: center;
    align-items: center !important;
    background: url(../img/cta-about.png) 82% top no-repeat;
    position: relative;
  }
  .cta-with-bg.about h1,
  .cta-with-bg.about p,
  .cta-with-bg.about button {
    position: relative;
    z-index: 2;
  }
  .cta-with-bg.about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
  }
  .cta-with-bg.home h1,
  .cta-with-bg.about h1,
  .cta-with-bg.samples h1 {
    font-size: 22px;
  }
  .price-old img {
    left: -5px;
    top: 11px;
    max-width: 120px;
  }
  .card.dashboard-card .d-flex.flex-column.justify-content-between.h-100 .d-flex.justify-content-between .pt-3.pt-lg-0 {
    display: flex;
    flex-direction: column;
  }
  .d-flex.flex-column.justify-content-between.h-100 .d-flex.justify-content-between .pt-3.mt-lg-0 {
    flex-direction: column;
    display: flex;
  }
  .d-flex.flex-column.justify-content-between.h-100 .d-flex.justify-content-between .pt-3.mt-lg-0 .btn,
  .card.dashboard-card .d-flex.flex-column.justify-content-between.h-100 .d-flex.justify-content-between .pt-3.pt-lg-0 .btn {
    width: fit-content;
  }
  .card.dashboard-card .d-flex.align-items-center.justify-content-end + div {
    text-align: end;
  }
  .d-flex.flex-column.justify-content-between.h-100 div .d-flex.justify-content-between {
    flex-direction: row;
  }
  .d-flex.flex-column.justify-content-between.h-100 .d-flex.justify-content-between {
    flex-direction: column-reverse;
  }

  .card.dashboard-card .col-lg-2.col-md-3.col-12.d-flex.justify-content-end img {
    display: none;
  }
  .card.dashboard-card .d-flex.flex-column.justify-content-between.h-100 .d-flex.justify-content-between {
    font-size: 13px;
  }
  .course-content .video-container {
    height: auto;
    max-height: none;
  }
  .card-bottom-field {
    align-items: flex-start;
  }
  .card.training-card {
    overflow: hidden;
  }
  .card.training-card.training-card-lg .decorative-image {
    display: none;
  }
  .about .pl-70,
  .blog .pl-70,
  .samples .pl-70 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .card.training-card .decorative-image {
    width: 210px;
    bottom: 89px;
    right: 10px;
    object-fit: contain;
  }
  .card.training-card .decorative-image.man {
    width: 203px;
  }
  .card.training-card.training-card-lg .decorative-image {
    bottom: 0;
  }
  .card.dashboard-card {
    position: relative;
  }
  .card.dashboard-card .col-lg-3 {
    position: static !important;
  }
  .card.dashboard-card .col-lg-3 img.decorative-image {
    bottom: 0;
  }
  .home-photo {
    width: 325px;
    height: 331px;
    object-fit: contain;
  }
  .main-content.home {
    padding-bottom: 0;
  }
  .video-container button.play-pause-btn {
    width: 74px;
    height: 74px;
  }
  .video-container button.play-pause-btn img {
    width: 32px;
    height: 32px;
  }
  .card.training-card .price-old,
  .price {
    font-size: 25px;
    letter-spacing: -0.5px;
  }
  .previous-price {
    font-size: 20px;
  }
  div.cta-with-bg.home {
    background: url("../img/cta-home-mobile.png") top center no-repeat;
    background-size: cover;
    height: 553px;
    justify-content: flex-end !important;
    text-align: center;
    align-items: center !important;
  }

  section.section-with-bg.samples {
    background: url(../img/seslendirdiklerimiz.png) 87% no-repeat;
    height: 280px;
    background-size: cover;
  }

  div.cta-with-bg.samples {
    background: url("../img/smiling-girls.png") 87% no-repeat;
    height: 553px;
    background-size: cover;
  }
  section.section-with-bg.about {
    background: url("../img/about.png") 77% no-repeat;
    height: 280px;
    background-size: cover;
  }
  div.timeline-left {
    padding-right: 20px;
    padding-left: 20px;
  }
  div.timeline-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  div.timeline-right .timeline-item {
    align-items: flex-end !important;
  }
  div.timeline-item img {
    max-width: 80%;
  }
  .timeline-left::before {
    display: none;
  }
  .timeline-circle,
  .timeline-line {
    display: none;
  }
  .copyright {
    margin: 10px auto;
  }
  .footer-logo {
    text-align: center;
  }
  footer img {
    margin: 10px auto;
  }
  .video-container.course-detail-video {
    margin-bottom: 20px !important;
  }
  h2.main-title {
    border-bottom: 0;
  }
  .price-old,
  .price {
    line-height: 35px;
  }
  .card.training-card .card-footer {
    justify-content: center;
  }
}

@media screen and (max-width: 468px) {
  .comments-end h3 {
    font-size: 16px;
  }

  .whoami h2 {
    margin-bottom: 20px !important;
  }
  .swiper-slide img {
    height: 220px;
  }
  .swiper.mySwiper2 .swiper-button-prev,
  .swiper.mySwiper2 .swiper-button-next {
    display: none;
  }
  .whoami .slide-decorative {
    width: 60px;
    height: 60px;
  }
  .swiper.swiper-thumbs .swiper-slide .slide-decorative img {
    width: 60px;
    height: 60px;
  }
  .swiper.swiper-thumbs .swiper-slide img {
    width: 50px;
    height: 50px;
  }
  .mySwiper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sign-up-page .nav-link {
    font-size: 16px;
  }
  .course-nav-right {
    margin-top: 15px;
  }
  .video-container.course-detail-video {
    padding: 0 15px 15px 15px !important;
  }
  .cart-wrapper {
    width: 37px;
    height: 37px;
  }
  .navbar .d-flex.align-items-center.gap-3 {
    gap: 7px !important;
  }
  .cart-wrapper img {
    width: 20px;
    height: 20px;
  }
  .navbar-toggler {
    width: 37px;
    height: 37px;
    padding: 0 10px;
  }
  .video-container video {
    border-radius: unset;
  }
  .cta-with-bg {
    padding: 25px;
  }

  .cta-with-bg.home p br {
    display: none;
  }
  .hero .hero-title {
    font-size: 29px;
    line-height: 40px;
  }
  .hero .hero-subtitle {
    font-size: 16px;
    line-height: 25px;
  }
  .navbar-brand img {
    width: 200px;
  }
  .main-content {
    padding: 15px;
  }
  .card.training-card .card-content {
    padding: 15px;
    padding-right: 70px;
  }
  .card.training-card .card-footer {
    padding-left: 15px;
  }
  .card.training-card .decorative-image {
    width: 182px;
  }
  .card.training-card .decorative-image.man {
    width: 210px;
  }
  .hero .col-lg-6.h-100.pl-70 {
    align-items: center !important;
    text-align: center;
  }
  .card.training-card .card-title,
  .card.training-card .card-title span {
    font-size: 23px;
  }
  .card.training-card .reviews img {
    width: 18px;
    height: 18px;
  }
}

.text-small {
  font-size: 0.85em;
}
.text-tiny {
  font-size: 0.7em;
}
.text-big {
  font-size: 1.4em;
}
.text-huge {
  font-size: 1.8em;
}

.dashboard-course-bottom {
  font-family: "Roboto", sans-serif;
}

.dashboard-course-bottom h4 {
  color: var(--orange);
  margin-bottom: 15px;
}

.dashboard-course-bottom .chat-container {
  border: 1px solid var(--orange);
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.dashboard-course-bottom .chat-container .item {
  display: flex;
  gap: 15px;
}

.dashboard-course-bottom .chat-container .item:not(:last-child) {
  margin-bottom: 20px;
}

.dashboard-course-bottom .chat-container .item .profile-thumb {
  width: 75px;
  height: 75px;
  display: flex;
  flex-shrink: 0;
  border: 1px solid var(--orange);
  padding: 1px;
  background-color: #fff;
  border-radius: 50%;
}

.dashboard-course-bottom .chat-container .item .profile-thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashboard-course-bottom .chat-container .item .chat-message {
  background-color: #fff0e6;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  border: 1px solid lightgray;
  width: 100%;
}

.dashboard-course-bottom .chat-container .item .chat-message p {
  font-size: 14px;
  text-align: justify;
  word-break: break-all;
}

.dashboard-course-bottom .chat-container .item .chat-message time {
  text-align: end;
  font-size: 13px;
  font-weight: 500;
  color: var(--orange);
}

.rate-course {
  display: flex;
  flex-direction: column;
  width: 500px;
}

.rate-course #star-1:checked ~ [for="star-1"] svg path,
.rate-course #star-2:checked ~ [for="star-1"] svg path,
.rate-course #star-2:checked ~ [for="star-2"] svg path,
.rate-course #star-3:checked ~ [for="star-1"] svg path,
.rate-course #star-3:checked ~ [for="star-2"] svg path,
.rate-course #star-3:checked ~ [for="star-3"] svg path,
.rate-course #star-4:checked ~ [for="star-1"] svg path,
.rate-course #star-4:checked ~ [for="star-2"] svg path,
.rate-course #star-4:checked ~ [for="star-3"] svg path,
.rate-course #star-4:checked ~ [for="star-4"] svg path,
.rate-course #star-5:checked ~ [for="star-1"] svg path,
.rate-course #star-5:checked ~ [for="star-2"] svg path,
.rate-course #star-5:checked ~ [for="star-3"] svg path,
.rate-course #star-5:checked ~ [for="star-4"] svg path,
.rate-course #star-5:checked ~ [for="star-5"] svg path {
  fill: #ffbb00;
  stroke: #cc9600;
}

.rate-course input {
  display: none;
}

.rate-course label {
  display: inline-block;
  width: 40px;
  text-align: center;
  cursor: pointer;
}

.rate-course label svg {
  width: 100%;
  height: auto;
  fill: #f4f4f4;
  stroke: lightgray;
  transition: transform 200ms ease-in-out;
}

.rate-course label svg path {
  transition: fill 200ms ease-in-out, stroke 100ms ease-in-out;
}

.rate-course label[for="star-null"] {
  display: block;
  margin: 0 auto;
  color: #999;
}

.rate-course .comment-rate-count {
  font-size: 25px;
  color: lightgray;
}

.rate-course textarea {
  border: 1px solid var(--orange);
  width: 100%;
  border-radius: 15px;
  margin: 15px 0;
}

.rate-course .rating-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--orange);
  padding: 10px;
  width: 100%;
  border-radius: 15px;
}

.rate-course button {
  width: fit-content;
}

@media (min-width: 668px) {
  .soru_gonder_loader {
    position: absolute;
    right: 3%;
    top: 40%;
  }
}

@media (max-width: 668px) {
  .soru_gonder_loader {
    position: absolute;
    right: 6%;
    top: 40%;
  }
}

.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Yarı saydam karartma */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10; /* Üstte görünmesini sağlar */
}

/* Loader stili */
.loader {
  border: 8px solid #f3f3f3; /* Dış çember */
  border-top: 8px solid #811bcd; /* Dönen parça */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

/* Loader'ın dönme animasyonu */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.custom-badge-notification {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1px;
  left: calc(76% + 5px);
  font-size: 13px;
}

.custom-badge-active {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  left: calc(90% + 5px);
  font-size: 13px;
}

.reversed {
  display: inline-block;
  padding: 12px;
  left: 25px;
  white-space: nowrap;
  padding-left: 0.3em;
  margin-left: 0.8em;
  position: relative;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: linear-gradient(to right, #FF6B00, #FFA500);
}
.reversed:before,
.reversed:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  left: -24px;
  position: absolute;
  top: 0;
  border-top: 24px solid #ff6B00;
}
.reversed:after {
  top: auto;
  bottom: 0;
  border-top: none;
  border-bottom: 24px solid #ff6B00;
}

.content-main {
  padding: 20px 40px;
  background-color: #fff;
}

.content-div h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

.content-div p {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.content-div p br {
  display: none;
}
.practise-area {
  border: 1px solid lightgray;
  border-radius: 15px;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
}
.practise-area::before {
  content: attr(data-order);
  background-color: lightgray;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.practise-area h4 {
  text-align: center;
  margin: 30px 0;
}
.practise-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.practise-field {
  width: calc(100% / 3);
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .practise-field {
    width: 100% !important;
  }
}
.practise-field ._item {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: end;
}

.link-blue {
  color: #009ffffa;
  text-decoration: none;
}

.popup {
  display: none;
  position: absolute;
  top: 100%;
  left: -120px;
  margin-top: 10px;
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.popup.show {
  display: block;
  animation: fadeIn 0.3s;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 30px;
  height: 30px;
  transition: transform 0.3s;
}

.social-icon:hover {
  transform: scale(1.1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  border: #757575 1px solid;
}
.form-check-input:checked {
  background-color: var(--orange);
  border-color: var(--orange);
}



 /*custom popup*/
 .custom-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /*backdrop-filter: blur(5px);*/
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.custom-popup {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 460px;
  width: 100%;
  text-align: center;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.custom-popup-container.active .custom-popup {
  transform: scale(1); /* Normal boyuta büyür */
}

.custom-popup h2 {
  margin-top: 0;
  color: #333;
  font-size: 1.5rem;
}

#customPopupMessage {
  color: #666;
  line-height: 1.6;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 17px;
}

.custom-popup-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  transition: color 0.3s ease;
}

.custom-popup-close-btn:hover {
  color: #333;
}

.custom-popup-action-btn {
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.custom-popup-action-btn:hover {
  filter: brightness(90%);
}

.custom-popup-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

/* Durum-spesifik stiller */
.custom-popup.success {
  border-top: 4px solid #4CAF50;
}
.custom-popup.success .custom-popup-action-btn {
  background-color: #4CAF50;
}
.custom-popup.warning {
  border-top: 4px solid #FFC107;
}
.custom-popup.warning .custom-popup-action-btn {
  background-color: #FFC107;
}
.custom-popup.error {
  border-top: 4px solid #F44336;
}
.custom-popup.error .custom-popup-action-btn {
  background-color: #F44336;
}

.mt-n-70 .row .col .card.sample-card {
  height: 100%;
}
.mt-n-70 .row .col .card.sample-card .card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tags-container {
  width: 100%;
  max-width: 225px; 
}
.tags-container2 {
  width: 100%;
  max-width: 207px; 
}
@media (max-width: 480px){
  .img-fluid.decorative-image {
    right: -19px !important;
  }
  .egitim_mobil_c .tags .tag {
    font-size: 12px;
    white-space: nowrap;
  }


  .egitim_mobil_c .tags .tag:first-child {
    margin-bottom: 0.5rem;
  }

}

.dkmn-u {
  padding: 20px 40px;
}
.dbb {
  padding: 20px 40px;
}

.tam_metin_alistirma_btn_div button {
  width: 100%;
}

@media (max-width: 576px){
  .tc_first img {
    width: 20px !important;
  }
}


.whatsapp-button {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-button i {
  margin-top: 2px; 
}

.whatsapp-button:hover {
  background-color: #128c7e; 
  transform: scale(1.1);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
}


.phone-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #2571d3;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.phone-button:hover {
  background-color: #2571d3; 
  transform: scale(1.1);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .whatsapp-button {
    width: 50px;
    height: 50px;
    font-size: 25px;
    bottom: 100px;
    right: 20px;
  }
  .phone-button {
    width: 50px;
    height: 50px;
    font-size: 25px;
    bottom: 34px;
    right: 20px;
  }
  .wpp-icon {
    width: 30px;
  }
}


.shop-merge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

/*shopping*/

.product-card {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-image {
  width: 100%;
  height: 250px;
  /*object-fit: cover;*/
}

.product-info {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-title {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  color: #333;
  min-height: 80px;
}

.product-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.product-price {
  font-size: 24px;
  font-weight: 700;
  color: #ff6600;
  display: flex;
  align-items: center;
}

.price-currency {
  font-size: 18px;
  margin-left: 2px;
  color: #999;
}

.star-rating {
  color: #ffc107;
  margin-bottom: 5px;
}

.review-count {
  color: #777;
  font-size: 14px;
  margin-left: 5px;
}

.favorite-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #ddd;
  cursor: pointer;
  transition: color 0.2s ease;
}

.favorite-btn:hover, .favorite-btn.active {
  color: #ff6600;
}

.favorite-btn.active {
  color: #ff6600;
}


.shop-image-container {
  cursor: pointer;
}

@media (max-width: 767px) {
  .product-image {
      height: 250px;
      width: auto;
  }
  .shop-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-title {
      min-height: auto;
  }
}





/*ürün detay*/


.product-container {
  background-color: white;
  border-radius: 16px;
  padding: 30px;
  margin: 20px auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.product-images {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

/*.thumbnails-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 95px;
    max-height: 415px;
    overflow-y: auto;
}

.thumbnails-container .thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 2px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}*/

.thumbnails-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 415px;
    overflow-y: auto;
}

.thumbnails-container .thumbnail {
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 2px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.thumbnails-container .thumbnail.active {
  filter: grayscale(0%);
  opacity: 1;
  border-color: #ff6600;
}

.thumbnails-container .thumbnail:hover {
  opacity: 0.9;
}

.main-image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: zoom-in;
  text-align: center;
}

.product-image-main {
  border-radius: 8px;
  transition: transform 0.1s ease;
  max-height: 415px;
  max-width: 100%;
}

.star-rating {
  color: #ffc107;
  margin-bottom: 10px;
  
}

.review-count {
  color: #777;
  font-size: 14px;
  margin-left: 5px;
}

.product-detail-card .product-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

.original-price {
  text-decoration: line-through;
  color: #999;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.current-price {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.price-info {
  color: #999;
  font-size: 14px;
  margin-left: 5px;
}

.installment-info {
  color: #55AB18;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.installment-info i {
  margin-right: 8px;
  color: #ff6600;
}

.buy-button {
  background-color: #9333ea;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 200px;
}

.buy-button:hover {
  background-color: #7e22ce;
}

.sale-buy-button {
  background-color: #9333ea;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 200px;
  text-decoration: none;
  text-align: center;
}

.sale-buy-button:hover {
  background-color: #7e22ce;
}

.favorite-button {
  background-color: white;
  color: #666;
  padding: 12px 20px;
  font-size: 16px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.favorite-button i:hover {
  color: #ff6600;
}

.favorite-button i {
  font-size: 20px;
  cursor: pointer;
}


.share-button {
  background-color: white;
  color: #666;
  padding: 12px 20px;
  font-size: 16px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.share-button i:hover {
  color: #ff6600;
}

.share-button i {
  font-size: 20px;
  cursor: pointer;
}

.contact-info {
  margin: 25px 0;
  font-size: 14px;
}

.contact-phone {
  color: #ff6600;
  font-weight: 600;
  font-size: 16px;
}

.product-container .section-title {
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.product-container .review-item {
  margin-bottom: 30px;
}

.product-container .reviewer-name {
  font-weight: 600;
  margin-top: 10px;
}

.product-label {
  display: inline-block;
  padding: 12px;
  white-space: nowrap;
  padding-left: 1.3em;
  position: relative;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: linear-gradient(to right, #FF6B00, #FFA500);
}

.product-label:before, .product-label:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 24px solid transparent;
  left: 88px;
  position: absolute;
  top: 0;
  border-top: 24px solid #FFA500;
}

.product-label:after {
  top: auto;
  bottom: 0;
  border-top: none;
  border-bottom: 24px solid #FFA500;
}

@media (max-width: 767px) {
  .product-container {
      padding: 15px;
      border-radius: 0;
      margin: 0;
      box-shadow: none;
  }
  

  .mobile-order-1 {
      order: 1;
  }

  .mobile-order-2 {
      order: 2;
  }

  .product-images {
    flex-direction: column;
    margin-top: 20px;
  }

  .main-image-container {
      order: 1;
      margin-bottom: 10px;
      height: 300px;
  }

  .product-image-main {
      height: 100%;
      object-fit: cover;
  }
  
  .thumbnails-container {
    order: 2;
    flex-direction: row;
    width: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    margin-bottom: 15px;
    gap: 8px;
  }
  
  .product-detail-card {
    padding: 15px;
    border-radius: 12px;
    background-color: #f9f9f9;
  }

  .product-detail-card .product-title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  
  .buy-button {
      max-width: none;
      width: 100%;
  }

  .action-buttons {
      display: flex;
      justify-content: space-between;
      margin-top: 15px;
  }
  .favorite-button, .share-button {
      flex: 1;
      justify-content: center;
      padding: 10px;
      border: 1px solid #eee;
      border-radius: 8px;
      margin: 0 5px;
  }

  .favorite-button span, .share-button span {
      display: none;
  }

  .product-description-card {
      margin-top: 20px;
      padding: 15px;
      border-radius: 12px;
      background-color: #f9f9f9;
  }

  .review-section {
      margin-top: 20px;
  }

  .review-item {
      margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-detail-card .product-title {
      font-size: 24px;
  }
  
  .buy-button {
      max-width: 150px;
  }
  
  .favorite-button span, .share-button span {
      font-size: 14px;
  }
}

.comment-read-more {
  color: mediumblue;
  text-decoration: underline;
  margin-left: 10px;
  cursor: pointer;
}

.more-comments {
  cursor: pointer;
}
/*ürün detay*/

/*shopping*/



.c-link {
  cursor: pointer;
  transition: color 0.5s ease;
}

.c-link:hover {
  color: #27a7cf;
  transition: color 0.5s ease;
}

.sale-link {
  font-size: 15px;
}


.zoom-lens {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid #3498db;
    background-color: rgba(52, 152, 219, 0.1);
    cursor: crosshair;
    display: none;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #fff, 0 0 5px rgba(52, 152, 219, 0.5);
    z-index: 10;
}

.zoom-result {
    width: 400px;
    height: 500px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.zoom-result img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


 @media (max-width: 992px) {
    .zoom-container {
        flex-direction: column;
        gap: 20px;
    }

    .image-main-container,
    .zoom-result {
        width: 100%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 4/5;
    }
}

@media (max-width: 576px) {
    .image-main-container,
    .zoom-result {
        width: 100%;
        max-width: none;
        height: 400px;
    }

    .zoom-lens {
        width: 80px;
        height: 80px;
    }
}



/*custom dropdown*/

/* Category Filter */
.category-filter {
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: 12px;
    border: 1px solid var(--border);
}

.category-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* Custom dropdown stileri */
.custom-select-container {
    position: relative;
    min-width: 200px;
}

.custom-select-header {
    padding: 10px 16px;
    border: 1.5px solid var(--border);
    background: white;
    color: var(--text-primary);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.custom-select-header:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: rgba(37, 99, 235, 0.05);
}

.custom-select-header.active {
    border-color: var(--primary);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.dropdown-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
    color: var(--text-secondary);
}

.custom-select-header.active .dropdown-arrow {
    transform: rotate(180deg);
}

/* Dropdown menüsü */
.custom-select-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1.5px solid var(--primary);
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.custom-select-menu.active {
    display: block;
}

/* Arama kutusu */
.search-input-wrapper {
    padding: 8px 8px;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
}

.search-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 13px;
    transition: all 0.2s ease;
}

.search-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
    background: rgba(37, 99, 235, 0.02);
}

/* Dropdown options */
.custom-select-option {
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    color: var(--text-primary);
    border-bottom: 1px solid var(--border);
}

.custom-select-option:last-child {
    border-bottom: none;
}

.custom-select-option:hover {
    background: rgba(37, 99, 235, 0.08);
    color: var(--primary);
    padding-left: 20px;
}

.custom-select-option.selected {
    background: rgba(37, 99, 235, 0.15);
    color: var(--primary);
    font-weight: 600;
}

.no-results {
    padding: 16px;
    text-align: center;
    color: var(--text-secondary);
    font-size: 13px;
}