/* !
 * @author  Kriptaz Blockchain
 * @version 2.0.0
 * @url https://www.kriptaz.com/projects 
 * @method */

/* Default Scroll Settings */

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #0D8B38;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #61371c;
  cursor: pointer !important;
}

/* Global Hovers */

.unlineHover:hover {
  border-bottom: 1px solid #0D8B38 !important;
  transition: 0.5s all !important;
  cursor: pointer !important;
}

.unlineHoverTwo:hover {
  transition: 0.5s all !important;
  cursor: pointer !important;
  color: #0D8B38 !important;
  text-decoration: underline !important;
}

.unlineHoverTree:hover {
  transition: 0.5s all !important;
  cursor: pointer !important;
  color: #61371c !important;
  text-decoration: underline !important;
}

.btnHover:hover {
  background-color: #0D8B38 !important;
  border: solid 1px #0D8B38 !important;
  color: #ffffff !important;
  transition: 1s all !important;
  cursor: pointer !important;
}

.btnHoverTwo:hover {
  background-color: #0D8B38 !important;
  border: solid 1px #ffffff !important;
  color: #fff !important;
  transition: 1s all !important;
  cursor: pointer !important;
}

/* Mobil Menu Settings */

#side-menu {
  background-color: #ffffff !important;
  border-left: 1px solid #0D8B38 !important;
}

#side-menu .close {
  border-radius: 100%;
  padding: 0px 13px 0px 13px;
  font-size: 27px;
  border: none !important;
  color: #0D8B38;
}

/* Cover Carousel Slider Settings */

.coverCarousel {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.coverSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  display: flex;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* Accordion Settings */

.accordion-item {
  border-bottom: 1px solid rgb(46, 46, 46) !important;
  border-top: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

.accordion-button {
  border-radius: 0px !important;
  background-color: transparent !important;
}

.accordion-button .accordion-item-two .collapsed {
  outline: none !important;
  border: 0px solid transparent !important;
}

.accordion-item:last-of-type {
  border-radius: 0px !important;
  border-bottom: 0px solid transparent !important;
}

/* less */

.accordion .accordion-item-two {
  border-bottom: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  outline: none;
}

/* Clip Path Datas */

.clipPathOne {
  clip-path: polygon(100% 25%, 100% 100%, 0 100%, 0 0);
}

.clipPathTwo {
  clip-path: polygon(100% 15%, 100% 100%, 0 100%, 0 0);
}

.clipPathTree {
  clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 0);
}

.clipPathFour {
  clip-path: polygon(100% 60%, 100% 100%, 0 100%, 0 0);
}

.clipPathHeadings {
  clip-path: polygon(100% 0, 95% 100%, 0 100%, 0 0);
}

.clipPathHeadingsTwo {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 5% 0);
}

.clipPathPagesOne {
  clip-path: polygon(100% 0, 100% 70%, 0 100%, 0 0);
}

.clipPathPagesTwo {
  clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
}

/* Client Slider Settings */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Top Button Settings */

.hidden {
  display: none;
}

#scrollTopBtn {
  position: fixed;
  bottom: 25px;
  right: 20px;
  color: #0D8B38;
  cursor: pointer;
  transition: opacity 0.5s ease;
}

#scrollTopBtn:hover {
  color: #61371c;
}

/* Video Player Settings */

.video-player {
  border: 0px solid rgba(0,0,0,0.2);
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.player-video {
  width: 100%;
}

.player-button {
  background: none;
  border: 0;
  line-height: 1;
  color: white;
  text-align: center;
  outline: 0;
  padding: 0;
  cursor: pointer !important;
  max-width: 50px;
}

.player-button:focus {
  border-color: #ffc600;
}

.player-slider {
  width: 10px;
  height: 30px;
}

.player-controls {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%) translateY(-5px);
  transition: all .3s;
  flex-wrap: wrap;
  background: rgba(0,0,0,0.1);
}

.video-player:hover .player-controls {
  transform: translateY(0);
}

.video-player:hover .progress {
  height: 15px;
}

.player-controls > * {
  flex: 1;
}

.progress {
  flex: 10;
  position: relative;
  display: flex;
  flex-basis: 100%;
  height: 3px;
  transition: height 0.3s;
  background: rgba(0,0,0,0.5);
  cursor: ew-resize;
  --bs-progress-border-radius: 0px !important;
}

.progress-filled {
  width: 50%;
  background: #0D8B38;
  flex: 0;
  flex-basis: 50%;
}

input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  margin: 0 5px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: rgba(255,255,255,0.8);
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #0D8B38;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.5px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

input[type=range]:focus::-wefbkit-slider-runnable-track {
  background: #bada55;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #ffc600;
  cursor: pointer;
}

/* Kateqoriya Section Settings */

.category {
  position: sticky;
  top: 119px !important;
  z-index: 5;
}

/* Mobile Settings */

@media (max-width: 576px) {
  .clipPathOne {
    clip-path: polygon(100% 10%, 100% 100%, 0 100%, 0 0);
  }
}

@media (max-width: 991px) {
  .paddingText {
    width: 100% !important;
    padding: 0rem 1rem 0rem 1rem !important;
  }
}

@media (max-width: 991px) {
  .for-page-of-row {
    height: 15vh !important;
  }
}

@media (max-width: 991px) {
  .for-img-from-karyera {
    width: 100% !important;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px !important;
  }
}

