:root {
  --genelcolor_dark: #1F3B64;
  --genelcolor_white: #e0ecff;
  --genelcolor_kahve: #520608;
}
/* .navbar-brand, .footer .footer-logo{
  width: auto;
  height: auto;
} */
 
#video_watermark{
  color: rgba(168, 168, 168, 0.363) !important;
  /* font-weight: bold; */
}
.desc_area li img {
  max-width: 20px;
}
.desc_area ul li {
  line-height: 1.5rem;
}
.chapter-items-wrapper > .watched {
  /* border-bottom: 2px solid #e5e5e5 !important; */
  background: #43d47714;
}

.chapter-items-wrapper > .notwatched {
  /* border-bottom: 2px solid #e5e5e5 !important; */
  background: #ffffff;
}

.percent-watched {
  display: none;
}

.chapter-items-wrapper {
  background: #f7fafd;
}

.chapter-items-wrapper > .tab-item {
  margin: 5px 0px;
}

#cookieSecurityModal {
  padding: 20px;
}

.testimonials-container .testimonials-card{
  margin-top: 5px;
}

.testimonials-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.testimonials-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.testimonials-user-avatar {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 25px;
}
.testimonials-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-content {
  text-align: left;
}
.testimonial-content p {
  font-size: 21px;
  line-height: 1.6;
  color: #252525;
  margin-bottom: 20px;
}
.user-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}
.user-info span {
  font-size: 14px;
  color: #666;
}
.rating-stars {
  margin-top: 15px;
}

.text-success, .text-success-all *, .text-success-all *:before, .text-success-all *:after {
  color: #47c363 !important;
}

.text-info, .text-info-all *, .text-info-all *:before, .text-info-all *:after {
  color: #3abaf4 !important;
}

.text-warning, .text-warning-all *, .text-warning-all *:before, .text-warning-all *:after {
  color: #ffa426 !important;
}

.text-danger, .text-danger-all *, .text-danger-all *:before, .text-danger-all *:after {
  color: #fc544b !important;
}

.text-light, .text-light-all *, .text-light-all *:before, .text-light-all *:after {
  color: #e3eaef !important;
}

.chapter-icon.chapter-content-icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
}

.chapter-icon.chapter-content-icon svg {
  width: 15px;
  height: 15px;
}
.navbar{
  background-color: var(--genelcolor_dark);
}
.top-navbar{
  background: var(--genelcolor_white);;
}
.navbar{
  background: #ffffff;
}
.navbar .nav-item .nav-link{
  color:var(--genelcolor_dark);
}
.btn-kahve{
  color: var(--primary-btn-color);
  background-color: var(--genelcolor_kahve);
  border-color: var(--genelcolor_kahve);
  box-shadow: var(--primary-btn-shadow);
  transition: all .3s;
}
.btn-kahve:hover{
  color:var(--genelcolor_kahve);
  background-color: white;
}
.gradient-box{
  background-image: linear-gradient(180deg,#cadbf7,#cadbf7);
}
.category-filter-title:after{
  background-color: var(--genelcolor_kahve); /* genel minik alt çizgiler*/
}

.input-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ececec;
  padding-left: 0.5rem;
  overflow: hidden;
  font-family: sans-serif;
}

.input-box .prefix {
  font-weight: 300;
  font-size: 14px;
  color: #999;
}

.input-box input {
  flex-grow: 1;
  font-size: 14px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0.5rem;
}

.input-box:focus-within {
  border-color: #43d477;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 1px solid;
  color:#021f32 !important;
}
.alim-buton{
  margin-bottom: 10px;
}
.yuzyuzebtn{
  background: #00a33a !important;
  border:none; 
}
.ana-btn{
  padding: 4px;
  border: 1px solid;
  border-radius: 5px;
}
.mobilde{
  display:none;
  visibility: hidden;
}
.masaustu{
  display: block;
  visibility: visible;
}
.price-kutu{
  display: flex;
}
.price-kutu-ic{
  margin-right: 15px;
  width: 100%;
}
.top-ust{
  margin-top: 45px !important;
  margin-bottom: 55px;
}
.sag-list{
  margin-bottom: -1px;
  padding: 5px;
  border-radius: 5px;
  background: #409152;
  border: 1px solid #b9bec4 !important;
  transition: .3s all;
  cursor: pointer;
}
.sag-list a{
  background-color: transparent;
  color: #ffffff;
  transition: .3s all;
}
.sag-list:hover a{
  color: #fff;
  transition: .3s all;
}
.sag-list:hover{
  background-color: #132946 !important;
  border: 1px solid #132946 !important;
}

 
.sag-list a:after{
  background: #f73c3b !important;
}
.sag-list-active{
  background-color: #1f3d64 !important;
  border: 1px solid #1f3d64 !important;
}
.sag-list-active:hover{
  background-color: #132946 !important;
  border: 1px solid #132946 !important;
}
.checkmark.draw:after {
  transform: scaleX(-1) rotate(135deg)
}

.checkmark:after {
  opacity: 1;
  height: 10px;
  width: 5px;
  transform-origin: left top;
  border-right: 2px solid #5cb85c;
  border-top: 2px solid #5cb85c;
  content: '';
  left: 4px;
  top: 10px;
  position: absolute
}

@-webkit-keyframes loader-spin {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}

@keyframes loader-spin {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}

span.free_preview {
  color: white;
  background: #43d477;
  padding: 5px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  margin-right: 10px;
}

.icon-container {
  position: absolute;
  right: 30px;
  top: calc(50% - 10px)
}

@-webkit-keyframes l15 {
  100% {
      transform: rotate(1turn)
  }
}

@keyframes l15 {
  100% {
      transform: rotate(1turn)
  }
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-right-color: #25b09b;
  -webkit-animation: l15 1s infinite linear;
  animation: l15 1s infinite linear
}

.loader::before {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  -webkit-animation: l15 2s infinite;
  animation: l15 2s infinite
}

.loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  -webkit-animation: l15 2s infinite;
  animation: l15 2s infinite;
  margin: 8px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20,20,20,0.8), rgba(0,0,0,0.8));
  background: -webkit-radial-gradient(rgba(20,20,20,0.8), rgba(0,0,0,0.8))
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

@-webkit-keyframes spinner {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}

@keyframes spinner {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}

.circle-loader {
  margin-bottom: 10px;
  border: 1px solid rgba(0,0,0,0.2);
  border-left-color: #5cb85c;
  -webkit-animation: loader-spin 1.2s infinite linear;
  animation: loader-spin 1.2s infinite linear;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 20px;
  height: 20px
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  transition: border 500ms ease-out
}

.load-complete .checkmark {
  display: block !important
}

.load-failed {
  border-color: crimson;
  -webkit-animation: none;
  animation: none;
  transition: border 500ms ease-out
}

.load-failed .checkmark {
  display: block !important
}

.load-failed .checkmark::after {
  content: "x";
  color: crimson;
  left: 6px;
  border: none;
  font-weight: 500;
  top: -2px;
  transform: none !important
}

@media (max-width:900px){
  .mobilde{
    display:block;
    visibility: visible;
  }
  .masaustu{
    display:none;
    visibility: hidden;
  }
}

.platform-picker {
  height: 400px;
  background: var(--genelcolor_white);
  vertical-align: center;
  display: grid;
  place-items: center;
  margin: 0 auto;
  cursor: pointer;
}


#transcript {
  width: 100%;
  margin: auto;
  font-family: Arial, sans-serif;
}

.transcript-body {
  height: auto;
  max-height: 700px;
  overflow-y: scroll;
}

.transcript-line {
  position: relative;
  padding: 3px;
  cursor: pointer;
  font-size: 13px;
  transition: ease all .3s;
}

.transcript-timestamp {
  position: absolute;
  display: inline-block;
  color: #333;
  width: 50px;
}

 
.webinar-card{
  box-shadow: none !important;
  border: 1px solid #ddd;
  font-family: var(--font-family-base) !important;
}
.webinar-card:hover{
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.1) !important;
}
.badge-circle-primary, .badge-primary{
  background-color: #666666!important;
}
.webinar-card.webinar-list.webinar-list-2 .image-box {
  width: 350px !important;
  min-width: 300px !important;
  height: 200px !important;
}

.transcript-text {
  display: block;
  margin-left: 50px;
}

.transcript-line:hover {
  background-color: #c9f3f3;
}

.transcript-line.is-active {
  background-color: #e2fbfb;
  font-weight: bold;
  font-size: 15px;
  transition: ease all .3s;
}
.home-organizations-card{
  height: 240px;
  border: 1px solid #302973;
  box-shadow: none;
}
.home-organizations-avatar svg{
  width: 50%;
  padding-top: 10%;
}
.home-organizations-card:hover {
  transform: translateY(-3px);
  background-color: #a8a4d1 !important;
  box-shadow: none;
  transition: all .5s ease;
}
.nasilbaslik{
  font-size: 40px;
  margin-bottom: 30px;
}
.nasiltitle, .nasildesc{
  text-align: left !important;
}
.yorumlars{
  background: #302973;
  padding: 5px 0px 10px 0px;
  margin-top: 80px;
}
.yortitle{
  color:white !important;
  font-size: 60px !important;

}
.yordesc{
  color:white !important;
  font-size: 20px !important;
}
.testimonials-card{
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--white);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.testimonials-user-avatar{
  position: relative !important;
  top: 0 !important;
  display: block;
  width: 300px !important;
  max-width: 100% !important;
  height: 100% !important;
}
.yorrum {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 40px;
  height: 280px;
  overflow: hidden;
}
.ozellikler{
  display: block;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
  background: #1F3B64;
}
.customers-testimonials .item{
  opacity: 1;
}
.shadow-effect{
  padding: 5px;
}
.instructors-card{
  border-radius: 12px;
  height: 380px;
  width: 100%;
  overflow: hidden;
  transition: all .5s ease;
} 
 
.instructors-card-avatar{
  width: 100% !important;
  height: 380px !important;
}
@media (max-width: 768px) {
  .instructors-card-avatar, .instructors-card{
    height: 280px !important;
  }
  .webinar-card-date {
    display: flex !important;
    flex-direction: column;
    gap: 3px;
  }
  .webinar-card-date .vertical-line {
    display: none;
  }
  .nav-tabs .nav-item a.active:after {
    display: none;
  }
}
.instructors-card-avatar img{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
}

.customers-testimonials .item {
  margin-bottom:0px;
}
.shadow-effect{
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.egitmen-title{
  display: block;
  position: relative;
  bottom: 80px;
  text-align: center !important;
  z-index: 9;
}
.koyuluk{
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgb(245, 246, 252, 0), rgb(48 41 115));
  width: 98%;
  height: 100%;
  top: 0px;
  border-radius: 12px;
  z-index: 0;
}
.videoalan{
  background: #eceaff;
  padding: 130px 0px;
}
.video-alani{
  overflow-y: scroll;
  height: calc(100vh - 0px);
}
.digervideoalan{
  position: relative;
  margin-bottom: 100px;
}
.digervideoalan .nav-tabs {
  border-bottom: 1px solid #d7d7d7;
}
.video-navbar{
  background-color: white;
}
.video-navbar .butons{
  background: none !important;
  color: #090909 !important;
  border-color: black !important;
}
.video-navbar .butons:hover{
  background: black !important;
  color: #ffffff !important;
}
.video-navbar .butons.learning-page-navbar-btn__my-courses {
    background: #006cff !important;
    color: #fff !important;
    border-color: #006cff !important;
}

.video-navbar .butons.learning-page-navbar-btn__my-courses:hover {
    background: #fff !important;
    color: #006cff !important;
}
.atlik:after{
  background: #2d2f31 !important
}
.transcript-header, .transcript-selector{
  display:none !important;
}
.chapter-icon{
  background: #302973 !important;
}
.learning-page .learning-page-tabs.show{
  padding: 6px;
  background: #f8f9fa;
}
.transcript-line:hover {
  background-color: #dcdfdf !important;
}
.transcript-line.is-active{
  background-color: #dcdfdf !important;
}
.not-alan{
  display: flex!important;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  align-content: center;
  justify-content: center;

}
.not-icon{
  display: block;
  position: relative;
  width: 100%;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 6px;
  margin-bottom: 7px;
  margin-left: 10px;
  border-radius: 6px;
}
.not-kutu{
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.ust-sol, .ust-sag{
  display: flex;
  position: relative;
}
.ust-sol{
  display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-right: 100px;
    width: 75%;
}
.ust-sol span{
  min-width: 0;
    text-align: center;
    background: #2d2f31;
    color: #fff;
    line-height: 1.4rem;
    height: 1.4rem;
    border-radius: 100rem;
    padding: 0 0.8rem;
    margin-right: 20px;
    font-weight: bold;
}
.ust-sol h3{
  font-size: 0.9rem !important;
}
.js-edit-note, .js-remove-note{
  display: block;
  color: black;
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
.note-text{
  margin-left: 80px;
  padding: 20px;
  background: #f1f1f1;
  border-radius: 4px;
  width: 87%;
}
.yanalan{
  display: block;
  width: 100%;
}
.flag-alan{
  display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.sonraki-btn{
  border: 1px solid #2d2f31;
  color: black !important;
  width: 113px;
}
.sonraki-btn svg{
  margin-left: 10px;
}
.sonraki-btn:hover{
  border: 1px solid #2d2f31;
  color: white !important;
  background: #2d2f31 !important;
}
.bayrak-btn, .notek-btn{
  border: 1px solid #3c105d;
  color: black !important;
  margin-left: 5px;
  width: 113px;
  line-height: 15px;
}
.bayrak-btn:hover{
  border: 1px solid #000;
  color: white !important;
  background: #3c105d !important;
}
.notek-btn:hover{
  border: 1px solid #046be0;
  color: white !important;
  background: #046be0 !important;
}



 

.marker-info {
  background-color: #007bff !important;
}

.marker-success {
  background-color: #43d477 !important;
}

.marker-danger {
  background-color: #f63c3c !important;
}

.marker-warning {
  background-color: #ffab00 !important;
}

.svg24 svg {
  width: 24px;
  height: 24px;
}

input[type=radio] {
  --s: 1em;     /* control the size */
  --c: #2c2c2c; /* the active color */
  
  height: var(--s);
  aspect-ratio: 1;
  border: calc(var(--s)/8) solid #d7d7d7;
  padding: calc(var(--s)/8);
  background: 
     radial-gradient(farthest-side,var(--c) 94%,#0000) 
     50%/0 0 no-repeat content-box;
  border-radius: 50%;
  outline-offset: calc(var(--s)/10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: .3s;
  position: absolute;
  top: 9px;
  left: 37px;
}
input[type=radio]:checked {
  border-color: var(--c);
  background-size: 100% 100%;
}

input[type=radio]:disabled {
  background: 
     linear-gradient(#939393 0 0) 
     50%/100% 20% no-repeat content-box;
  opacity: .5;
  cursor: not-allowed;
}

@media print {
  input[type=radio] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background: none;
  }
}

label {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:5px 0;
  cursor: pointer;
}
#danger_flag:checked{
  --c: #ff0101 !important;  
}
#success_flag:checked{
  --c: #00bf23 !important;  
}
#warning_flag:checked{
  --c: #ff9501 !important;  
}
#info_flag:checked{
  --c: #009dff !important;  
}
#swal2-title{
  font-size: 18px !important;
    font-weight: 600 !important;
    padding: 10px !important;
}
.btn-biz{
  padding-right: 13px !important;
  padding-left: 28px !important;
  height: 37px !important;
}
.btn-outline-success {
  border-color: #00bf23 !important;
}
.btn-outline-info {
  border-color: #019eff !important;
}
.btn-outline-warning:hover {
  background-color: #ffeecc !important;
}
.btn-outline-danger:hover {
  background-color: #ffe0e0 !important;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.775em 0.625em;
  background: inherit;
  color: #5a5a5a;
  font-size: 17px;
  border-color: #c5c5c5;
  border-width: 2px;
  border-radius: 4px;
}
#swal2-title {
   font-size: 19px !important; 
  font-weight: 600 !important;
  padding: 10px !important;
  color: black;
}
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 24%;
  max-width: 100%;
  padding: 0px;
  border: none;
  border-radius: 10px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-image {
  max-width: 100%;
  margin: 0;
  border-radius: 10px 10px 0px 0px;
}
.swal2-header {
  padding: 0;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgb(0, 0, 0, 0.62);
}
.stats-container {
  top: -150px !important;
}
.info-flag, .warning-flag, .danger-flag, .success-flag{
  padding-right: 0px !important;
  padding-left: 9px !important;
}
.flag svg{
  color: red !important;
}
.font-26{
  font-size: 26px;
}
.herseybaslik{
  padding: 60px;
  font-size: 40px;
  text-align: center;
}
.hersey-sections{
  margin-top:20px;
  margin-bottom: 20px;
  background: #f5f5f5;
}
.ana-item{
  position: relative;
  background: #ffffff;
  margin-bottom: 18px ;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  cursor: pointer;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  border: 1px solid #e8e8e8;
  transition:  .3s all ease;
}

.ana-item.active{
  display: block;
}

.ana-item:hover, .ana-item.active, .ana-item:focus, .ana-item.active:active{
  background: linear-gradient(90deg,#6154be,#312973);
  transition:  .3s all ease;
}

.ana-item:focus .text-dark{
  color: white !important;
  transition:  .3s all ease;
}
.ana-item:hover .text-dark, .ana-item.active .text-dark{
  color: white !important;
  transition:  .3s all ease;
}

.ana-sayi{
  letter-spacing: -.04em;
    font-family: Switzer,sans-serif;
    font-size: 72px;
    font-weight: 500;
    line-height: 110%;
}
.ana-kapsa{
  grid-column-gap: 24px;
    flex-direction: column;
    display: flex;
}
.ana-desc{
  font-size: 15px;
  display: none;
  color: white;
  margin: 20px auto;
}
.home-sections {
  margin-top: 0 !important;
  margin-bottom: 120px !important;
}
.yazi-w{
  width: 58%;
}
.yazi-85{
  width: 85%;
}
.webinar-card .webinar-card-body .webinar-price-box .real {
  font-size: 16px !important;
}
.ana-it-but{
  display: block;
  position: relative;
  padding: 10px;
  margin-top: 7px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: white;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.ana-it-but:hover{
  background: white;
}
.takvim-w{
  display: flow-root;
  width: 100%;
}
.datepicker-plot-area{
  font-size: 15px !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  
}
.inline-reservation-calender .datepicker-plot-area{
  background-color: transparent !important;
}
.inline-reservation-calender .datepicker-plot-area .datepicker-navigator .pwt-btn{
  color: black;
}
.datepicker-plot-area .datepicker-day-view .month-grid-box .header {
  display: block;
  width: 100%;
  float: left;
  padding: 20px !important;
  background: #1089ff !important;
}
.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
  display: block;
  width: 14.2%;
  height: 25px;
  float: right;
  line-height: 25px;
  font-size: 17px !important;
  font-weight: bold !important;
  color: #fff !important;
}
.inline-reservation-calender .datepicker-plot-area .datepicker-day-view .table-days td.selected span {

  border-radius: 5px !important;
}
.arka-b{
  background: white !important;
}
.chptr-min{
  min-width: 30px !important;
  width: 30px !important;
  max-width: 30px !important;
  min-height: 26px !important;
  height: 26px !important;
  max-height: 26px !important;
}
.pelik-renk-color{
  color: #312973!important;
}
.hover-skme:hover{
  background: #ebebeb !important;
}
 

 












@media (min-width:901px){
  .pop-res{
    display: contents !important;
  }
  .pop-res .col-md-3 {
    max-width: 100% !important;
  }
}

 
@media (max-width:990px){
  .mt-45yk{
    margin-top: 0px !important;
  }
  .ana-item{
    padding: 12px;
  }
  .ana-sayi{
    font-size: 46px;
  }
  .font-26{
    font-size: 18px;
  }
  .ana-desc{
    font-size: 14px;
  }
  .pop-res{
    display: contents !important;
  }
  .pop-res .col-md-3 {
    max-width: 28% !important;
  }
  .swal2-popup {
    width: 93%;
  }
  .stats-container {
    top: -80px !important;
  }
  .yorrum {
    font-size: 12px !important;
    line-height: 17px !important;
    height: 160px !important;
  }
  .testimonials-card {
    grid-column-gap: 0;
    grid-row-gap: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .testimonials-container .testimonials-card .testimonials-user-avatar {
    position: absolute;
    top: 0 !important;
    width: 100% !important;
  height: auto !important;
  }
  .webinar-card.webinar-list.webinar-list-2 .image-box {
    min-width: auto !important;
    width: 45%!important;
    height: 87px !important;
  }
  .webinar-card .webinar-card-body .webinar-title {
    font-size: 12px !important;
    margin-top: 3px !important;
  }
  .webinar-card .image-box .badge {
    display: none !important;
  }
  .webinar-card .webinar-card-body .webinar-price-box .real {
    position: absolute !important;
    right:15px !important;
    bottom: 7px !important;
    font-size: 15px !important;
  }
  .mob-auto {
    margin-top: 5px !important;
  }
}

/* Referans Yorumlar */
.testimonials-swiper {
  max-width: 800px;
  margin: 0 auto;
}

.testimonials-card .testimonial-content p {
  font-size: 18px !important;
}

@media (max-width: 767px) {
  .testimonials-card {
    flex-direction: column !important;
  }
  
  .testimonials-card .testimonials-user-avatar {
    width: 100%;
    height: 200px;
    margin: 0 auto 15px;
  }
  
  .testimonials-card .testimonial-content p {
    font-size: 16px !important;
  }
}
