@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
html {
  font-family: "Poppins", sans-serif !important;
  scroll-behavior: smooth;
}

* {
  line-height: 1.3 !important;
}

body .custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #00AFCB rgba(0, 175, 203, 0.1);
}
body .hover-underline {
  position: relative;
}
body .hover-underline::after {
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: 300ms all;
  content: "";
}
body .hover-underline:hover::after {
  width: 100%;
}
body .hover-underline.with-1px::after {
  height: 1px;
}
body .scrollbar-none {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body .scrollbar-none::-webkit-scrollbar {
  display: none;
}
body #hero-carousel .owl-nav button:hover {
  background-color: transparent;
}
body #hero-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
body #hero-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
body #hero-carousel .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 170px;
  display: flex;
  align-items: center;
  gap: 5px;
}
body #hero-carousel .owl-dots button span {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  margin: 0;
  background: transparent !important;
}
body #hero-carousel .owl-dots button.active span {
  border-color: #00AFCB;
  background: #00AFCB !important;
}
body #hero-carousel.normal-dots .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
body #hero-carousel.normal-dots .owl-dots button span {
  border: 1px solid #fff;
  margin: 0;
  background: transparent !important;
}
body #hero-carousel.normal-dots .owl-dots button.active span {
  border-color: #00AFCB;
  background: #00AFCB !important;
}
body .card-carousel .owl-nav,
body .with-grid .owl-nav {
  display: block;
}
@media screen and (max-width: 1520px) {
  body .card-carousel .owl-nav,
  body .with-grid .owl-nav {
    display: none;
  }
}
body .card-carousel .owl-nav button,
body .with-grid .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 9999px !important;
  background-color: #fff !important;
}
body .card-carousel .owl-nav button:hover,
body .with-grid .owl-nav button:hover {
  background-color: #00AFCB !important;
}
body .card-carousel .owl-nav button:hover i,
body .with-grid .owl-nav button:hover i {
  color: #fff !important;
}
body .card-carousel .owl-nav button.owl-next,
body .with-grid .owl-nav button.owl-next {
  position: absolute;
  right: -64px;
  top: 50%;
  transform: translateY(-50%);
}
body .card-carousel .owl-nav button.owl-prev,
body .with-grid .owl-nav button.owl-prev {
  position: absolute;
  left: -64px;
  top: 50%;
  transform: translateY(-50%);
}
body .card-carousel .owl-dots,
body .with-grid .owl-dots {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-35px);
}
@media screen and (max-width: 1023px) {
  body .card-carousel .owl-dots,
  body .with-grid .owl-dots {
    bottom: 0 !important;
    top: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) translateY(25px) !important;
  }
}
body .card-carousel .owl-dots button span,
body .with-grid .owl-dots button span {
  width: 40px !important;
  height: 3px;
  border: 1px solid #fff;
  margin: 0 !important;
  background: #666666 !important;
}
body .card-carousel .owl-dots button.active span,
body .with-grid .owl-dots button.active span {
  width: 60px !important;
  background: #00AFCB !important;
}
body .dropdown .dropdown-body .option.selected {
  background-color: #F4F4F4;
}
body .accordion .accordion-header {
  cursor: pointer;
  position: relative;
}
body .accordion .accordion-header::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 800;
  transition: 300ms all;
  font-size: 16px;
}
body .accordion .accordion-header.active {
  color: #00AFCB;
}
body .accordion .accordion-header.active::after {
  transform: translateY(-50%) rotate(180deg);
}
body .accordion.with-plus .accordion-header::after {
  content: "+";
}
body .accordion.with-plus .accordion-header.active::after {
  content: "-";
}
body .accordion.with-bg-white .accordion-header::after {
  right: 20px !important;
}
@media screen and (min-width: 1024px) {
  body .mobile-search {
    display: none !important;
  }
}
body #sign-overlay .illusion {
  transition: 1s all;
}
body #sign-overlay .illusion.left {
  left: 0;
}
@media screen and (max-width: 1023px) {
  body #sign-overlay .illusion.left {
    top: 0;
  }
}
body #sign-overlay .illusion.right {
  left: 100%;
  transform: translateX(-100%);
}
@media screen and (max-width: 1023px) {
  body #sign-overlay .illusion.right {
    top: 100%;
    transform: translateY(-100%);
    left: 0;
  }
}
body .checkbox-check input:checked + span.check span.checked {
  display: block;
}
body .checkbox-check.with-blue input:checked + span.check {
  border-color: #00AFCB !important;
}
body .checkbox-check.with-blue input:checked + span.check span.checked {
  background-color: #00AFCB;
}
body .breadcrumbs li {
  position: relative;
}
body .breadcrumbs li:not(:last-child)::after {
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  body .breadcrumbs li:not(:last-child)::after {
    left: calc(100% + 10px);
  }
}
body .breadcrumbs li:last-child {
  color: #00AFCB;
}
body .swiper-button-next {
  right: 30px;
}
body .swiper-button-prev {
  left: 30px;
}
body .mySwiper .swiper-slide {
  border: 3px solid transparent;
}
body .mySwiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #00AFCB;
}
body #driving-course-detail-tabs li.active a {
  color: #fff;
  background-color: #00AFCB;
}
body #pagination button {
  height: 40px;
}
body #pagination button.btn {
  min-width: 40px;
  height: 40px;
}
body #pagination button.btn:hover {
  border-color: #212229;
}
body #pagination button.btn:hover.active {
  border-color: #00AFCB;
  color: #00AFCB;
}
body #pagination button.btn.active {
  border-color: #00AFCB;
  color: #00AFCB;
}
body .view-mode {
  cursor: pointer;
}
body .view-mode input:checked + .check {
  background-color: #00AFCB;
}
body .view-mode input:checked + .check svg {
  stroke: white;
}
body .view-mode input:checked + .check svg * {
  stroke: white;
}
body .view-mode input:checked + .check * {
  color: white;
}
body #viewModeView {
  display: grid;
}
body #viewModeView.list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 500px) {
  body #viewModeView.list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body #viewModeView.list .item {
    display: flex !important;
    flex-direction: column !important;
  }
  body #viewModeView.list .item .item-head {
    width: 100% !important;
    padding-top: 50% !important;
  }
  body #viewModeView.list .item .item-body {
    width: 100% !important;
    align-items: flex-start !important;
    flex-direction: column;
  }
}
body #viewModeView.list .item {
  display: flex;
  width: 100%;
}
body #viewModeView.list .item .item-head {
  width: 30%;
  padding-top: 20%;
}
body #viewModeView.list .item .item-body {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
body #viewModeView.list .item .item-body .choose-btn {
  margin-top: 0;
}
body #viewModeView.grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (min-width: 414px) {
  body #viewModeView.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  body #viewModeView.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  body #viewModeView.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
}
body #blog-pagination li.active a,
body #support-pagination li.active a {
  padding-left: 20px;
  color: #00AFCB;
  font-weight: 600;
}
body #blog-pagination li.active a i,
body #support-pagination li.active a i {
  color: #00AFCB;
}
body .panel-pagination li.active a {
  color: #fff;
  background-color: #00AFCB;
}
body .panel-pagination li.active a i {
  color: #fff;
}
body .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.2em solid transparent;
  border-bottom: 0.7em solid #ddd;
  border-left: 0.2em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 10px;
}
body .star:before,
body .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #ddd;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
body .star:after {
  transform: rotate(35deg);
}
body .ratingW li.on .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.2em solid transparent;
  border-bottom: 0.7em solid #FDA333;
  border-left: 0.2em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 10px;
}
body .ratingW li.on .star:before,
body .ratingW li.on .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #FDA333;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
body .ratingW li.on .star:after {
  transform: rotate(35deg);
}
body .ratingW li.hover .star {
  border-bottom-color: #FDA333;
}
body .ratingW li.hover .star:before,
body .ratingW li.hover .star:after {
  border-bottom-color: #FDA333;
}
body #settings-tabs li.active a {
  color: #262626;
  border-color: #00AFCB;
}
body .highcharts-legend {
  display: none !important;
}
body .highcharts-credits {
  display: none !important;
}
body .custom-tooltip {
  width: -moz-max-content;
  width: max-content;
}
body .highcharts-no-tooltip {
  display: none;
}
body .add-favorite {
  background-color: #CBEFF5; /* Varsayılan renk */
}

body .favorite {
  background-color: #00AFCB; /* Favori rengi */
}

body .vehicle {
  display: none;
}
body .team-member {
  display: none;
}

.star-comp {
  display: inline-block;
  font-size: 0;
}
.star-comp .starC {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}
.star-comp .starC svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.star-comp .starC .filled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.star-comp .starC .filled svg {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.liked svg g path,
.disliked svg g path {
  fill: #00AFCB !important;
  stroke: #00AFCB !important;
}

#isOrtagim iframe {
  z-index: 0;
  
}

#isOrtagim {
  background: url(https://via.placeholder.com/1000) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  #isOrtagim {
    background: none !important;
  }
}/*# sourceMappingURL=custom.css.map */

#iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}