:root {
  --plyr-color-main: #0C57D1;
}

.ui-home-banner-animation.plyr__progress__container {
  position: relative;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.plyr .plyr__control.plyr__control--overlaid {
  background: transparent;
  border: 2px solid white;
  padding: 23px;
}
.plyr .plyr__control.plyr__control--overlaid:hover {
  background-color: transparent !important;
}
.plyr .plyr__video-wrapper {
  height: 100%;
  top: -1px;
}
.plyr.plyr__poster-enabled.plyr--stopped > .plyr__controls {
  display: none;
}
.plyr .plyr__poster {
  top: 1px;
}

.plyr__controls__item.plyr__progress__container {
  position: relative;
}

.js-timeline-ads {
  bottom: 7px;
  width: 3px;
  height: 5px;
  position: absolute;
  background-color: yellow;
  z-index: 10;
}

.ui-ads-player-wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  --plyr-color-main: yellow;
  z-index: 12;
}
.ui-ads-player-wrap .plyr__controls {
  pointer-events: none !important;
}
.ui-ads-player-wrap .plyr__controls > *:not(.plyr__controls__item.plyr__progress__container):not(.plyr__controls__item.plyr__volume) {
  display: none;
}
.ui-ads-player-wrap .plyr__controls .plyr__controls__item.plyr__volume {
  pointer-events: all;
}

.plyr__poster {
  background-size: cover !important;
}

.js-btn-forward,
.js-btn-rewind {
  border: none;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  min-width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.3s ease-in;
}

.js-btn-rewind {
  margin-left: 15%;
  left: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='71.259' height='71.241' viewBox='0 0 71.259 71.241'%3e%3cg id='Group_42013' data-name='Group 42013' transform='translate(12227 -4490)'%3e%3cg id='refresh-svgrepo-com' transform='translate(-12227 4522.554) rotate(-40)'%3e%3cpath id='Path_79663' data-name='Path 79663' d='M47.647,36.826C41.576,49.456,25.7,54.048,13.328,47.594a2.066,2.066,0,1,1,1.934-3.651c10.333,5.379,23.521,1.541,28.62-8.926,6.764-13.891-1.965-24.483-9.04-28.4C25.212,1.266,13,4.814,7.163,13.926l7.168-1.5a2.087,2.087,0,0,1,.859,4.086L2.488,19.1A2.149,2.149,0,0,1,.016,16.729L1.63,3.924A2.007,2.007,0,0,1,3.678,2.094,2.2,2.2,0,0,1,5.725,4.566L5.1,9.789C11.042,2.466,22.72-3.781,36.9,2.735,42.91,5.838,56.708,18.012,47.647,36.826Z' transform='translate(0 0)'/%3e%3c/g%3e%3ctext id='_10' data-name='10' transform='translate(-12205 4536)' font-size='25' font-family='SegoeUI, Segoe UI'%3e%3ctspan x='0' y='0'%3e10%3c/tspan%3e%3c/text%3e%3c/g%3e%3c/svg%3e");
}

.js-btn-forward {
  margin-right: 15%;
  right: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='71.259' height='71.241' viewBox='0 0 71.259 71.241'%3e%3cg id='Group_42014' data-name='Group 42014' transform='translate(12110 -4490)'%3e%3cg id='refresh-svgrepo-com' transform='translate(-12071.649 4561.773) rotate(-140)'%3e%3cpath id='Path_79663' data-name='Path 79663' d='M47.647,14.37C41.576,1.741,25.7-2.851,13.328,3.6a2.066,2.066,0,1,0,1.934,3.651C25.6,1.875,38.783,5.713,43.882,16.18c6.764,13.891-1.965,24.482-9.04,28.4C25.213,49.93,13,46.382,7.164,37.27l7.168,1.5a2.087,2.087,0,0,0,.858-4.086L2.489,32.1A2.149,2.149,0,0,0,.017,34.467l1.614,12.8A2.007,2.007,0,0,0,3.678,49.1a2.2,2.2,0,0,0,2.048-2.472l-.621-5.223c5.937,7.323,17.615,13.57,31.8,7.054C42.91,45.358,56.708,33.184,47.647,14.37Z' transform='translate(0 0)'/%3e%3c/g%3e%3ctext id='_10' data-name='10' transform='translate(-12091 4536)' font-size='25' font-family='SegoeUI, Segoe UI'%3e%3ctspan x='0' y='0'%3e10%3c/tspan%3e%3c/text%3e%3c/g%3e%3c/svg%3e");
}

.plyr.plyr--playing .js-btn-forward,
.plyr.plyr--playing .js-btn-rewind {
  opacity: 1;
}
.plyr.plyr--paused .js-btn-forward,
.plyr.plyr--paused .js-btn-rewind, .plyr.plyr--hide-controls .js-btn-forward,
.plyr.plyr--hide-controls .js-btn-rewind {
  opacity: 0;
}

.ui-plyr-video-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 55.1%;
}
.ui-plyr-video-wrap .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--video-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ui-plyr-video-wrap .plyr.plyr--paused.plyr--stopped > *:not(.plyr__control) {
  opacity: 0;
}

@media (min-width: 992px) {
  .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    transform: translateY(-38.28125%) !important;
  }
}
.plyr__video-embed[style*="aspect-ratio: 1 / 1"] iframe, .plyr__video-embed[style*="aspect-ratio: 1 / 1"] video, .plyr__video-embed[style*="aspect-ratio: 1 / 2"] iframe, .plyr__video-embed[style*="aspect-ratio: 1 / 2"] video, .plyr__video-embed[style*="aspect-ratio: 2 / 2"] iframe, .plyr__video-embed[style*="aspect-ratio: 2 / 2"] video, .plyr__video-embed[style*="aspect-ratio: 2 / 3"] iframe, .plyr__video-embed[style*="aspect-ratio: 2 / 3"] video, .plyr__video-embed[style*="aspect-ratio: 3 / 3"] iframe, .plyr__video-embed[style*="aspect-ratio: 3 / 3"] video, .plyr__video-embed[style*="aspect-ratio: 2 / 4"] iframe, .plyr__video-embed[style*="aspect-ratio: 2 / 4"] video, .plyr__video-embed[style*="aspect-ratio: 3 / 4"] iframe, .plyr__video-embed[style*="aspect-ratio: 3 / 4"] video, .plyr__video-embed[style*="aspect-ratio: 4 / 4"] iframe, .plyr__video-embed[style*="aspect-ratio: 4 / 4"] video, .plyr__video-embed[style*="aspect-ratio: 2 / 5"] iframe, .plyr__video-embed[style*="aspect-ratio: 2 / 5"] video, .plyr__video-embed[style*="aspect-ratio: 3 / 5"] iframe, .plyr__video-embed[style*="aspect-ratio: 3 / 5"] video, .plyr__video-embed[style*="aspect-ratio: 4 / 5"] iframe, .plyr__video-embed[style*="aspect-ratio: 4 / 5"] video, .plyr__video-embed[style*="aspect-ratio: 2 / 6"] iframe, .plyr__video-embed[style*="aspect-ratio: 2 / 6"] video, .plyr__video-embed[style*="aspect-ratio: 3 / 6"] iframe, .plyr__video-embed[style*="aspect-ratio: 3 / 6"] video, .plyr__video-embed[style*="aspect-ratio: 4 / 6"] iframe, .plyr__video-embed[style*="aspect-ratio: 4 / 6"] video, .plyr__video-embed[style*="aspect-ratio: 5 / 6"] iframe, .plyr__video-embed[style*="aspect-ratio: 5 / 6"] video, .plyr__video-embed[style*="aspect-ratio: 3 / 7"] iframe, .plyr__video-embed[style*="aspect-ratio: 3 / 7"] video, .plyr__video-embed[style*="aspect-ratio: 4 / 7"] iframe, .plyr__video-embed[style*="aspect-ratio: 4 / 7"] video, .plyr__video-embed[style*="aspect-ratio: 5 / 7"] iframe, .plyr__video-embed[style*="aspect-ratio: 5 / 7"] video, .plyr__video-embed[style*="aspect-ratio: 6 / 7"] iframe, .plyr__video-embed[style*="aspect-ratio: 6 / 7"] video, .plyr__video-embed[style*="aspect-ratio: 3 / 8"] iframe, .plyr__video-embed[style*="aspect-ratio: 3 / 8"] video, .plyr__video-embed[style*="aspect-ratio: 4 / 8"] iframe, .plyr__video-embed[style*="aspect-ratio: 4 / 8"] video, .plyr__video-embed[style*="aspect-ratio: 5 / 8"] iframe, .plyr__video-embed[style*="aspect-ratio: 5 / 8"] video, .plyr__video-embed[style*="aspect-ratio: 6 / 8"] iframe, .plyr__video-embed[style*="aspect-ratio: 6 / 8"] video, .plyr__video-embed[style*="aspect-ratio: 7 / 8"] iframe, .plyr__video-embed[style*="aspect-ratio: 7 / 8"] video, .plyr__video-embed[style*="aspect-ratio: 5 / 9"] iframe, .plyr__video-embed[style*="aspect-ratio: 5 / 9"] video, .plyr__video-embed[style*="aspect-ratio: 6 / 9"] iframe, .plyr__video-embed[style*="aspect-ratio: 6 / 9"] video, .plyr__video-embed[style*="aspect-ratio: 7 / 9"] iframe, .plyr__video-embed[style*="aspect-ratio: 7 / 9"] video, .plyr__video-embed[style*="aspect-ratio: 8 / 9"] iframe, .plyr__video-embed[style*="aspect-ratio: 8 / 9"] video, .plyr__video-embed[style*="aspect-ratio: 9 / 9"] iframe, .plyr__video-embed[style*="aspect-ratio: 9 / 9"] video, .plyr__video-embed[style*="aspect-ratio: 5 / 10"] iframe, .plyr__video-embed[style*="aspect-ratio: 5 / 10"] video, .plyr__video-embed[style*="aspect-ratio: 6 / 10"] iframe, .plyr__video-embed[style*="aspect-ratio: 6 / 10"] video, .plyr__video-embed[style*="aspect-ratio: 7 / 10"] iframe, .plyr__video-embed[style*="aspect-ratio: 7 / 10"] video, .plyr__video-embed[style*="aspect-ratio: 8 / 10"] iframe, .plyr__video-embed[style*="aspect-ratio: 8 / 10"] video, .plyr__video-embed[style*="aspect-ratio: 9 / 10"] iframe, .plyr__video-embed[style*="aspect-ratio: 9 / 10"] video, .plyr__video-embed[style*="aspect-ratio: 5 / 11"] iframe, .plyr__video-embed[style*="aspect-ratio: 5 / 11"] video, .plyr__video-embed[style*="aspect-ratio: 6 / 11"] iframe, .plyr__video-embed[style*="aspect-ratio: 6 / 11"] video, .plyr__video-embed[style*="aspect-ratio: 7 / 11"] iframe, .plyr__video-embed[style*="aspect-ratio: 7 / 11"] video, .plyr__video-embed[style*="aspect-ratio: 8 / 11"] iframe, .plyr__video-embed[style*="aspect-ratio: 8 / 11"] video, .plyr__video-embed[style*="aspect-ratio: 9 / 11"] iframe, .plyr__video-embed[style*="aspect-ratio: 9 / 11"] video, .plyr__video-embed[style*="aspect-ratio: 5 / 12"] iframe, .plyr__video-embed[style*="aspect-ratio: 5 / 12"] video, .plyr__video-embed[style*="aspect-ratio: 6 / 12"] iframe, .plyr__video-embed[style*="aspect-ratio: 6 / 12"] video, .plyr__video-embed[style*="aspect-ratio: 7 / 12"] iframe, .plyr__video-embed[style*="aspect-ratio: 7 / 12"] video, .plyr__video-embed[style*="aspect-ratio: 8 / 12"] iframe, .plyr__video-embed[style*="aspect-ratio: 8 / 12"] video, .plyr__video-embed[style*="aspect-ratio: 9 / 12"] iframe, .plyr__video-embed[style*="aspect-ratio: 9 / 12"] video, .plyr__video-embed[style*="aspect-ratio: 5 / 13"] iframe, .plyr__video-embed[style*="aspect-ratio: 5 / 13"] video, .plyr__video-embed[style*="aspect-ratio: 6 / 13"] iframe, .plyr__video-embed[style*="aspect-ratio: 6 / 13"] video, .plyr__video-embed[style*="aspect-ratio: 7 / 13"] iframe, .plyr__video-embed[style*="aspect-ratio: 7 / 13"] video, .plyr__video-embed[style*="aspect-ratio: 8 / 13"] iframe, .plyr__video-embed[style*="aspect-ratio: 8 / 13"] video, .plyr__video-embed[style*="aspect-ratio: 9 / 13"] iframe, .plyr__video-embed[style*="aspect-ratio: 9 / 13"] video, .plyr__video-embed[style*="aspect-ratio: 5 / 14"] iframe, .plyr__video-embed[style*="aspect-ratio: 5 / 14"] video, .plyr__video-embed[style*="aspect-ratio: 6 / 14"] iframe, .plyr__video-embed[style*="aspect-ratio: 6 / 14"] video, .plyr__video-embed[style*="aspect-ratio: 7 / 14"] iframe, .plyr__video-embed[style*="aspect-ratio: 7 / 14"] video, .plyr__video-embed[style*="aspect-ratio: 8 / 14"] iframe, .plyr__video-embed[style*="aspect-ratio: 8 / 14"] video, .plyr__video-embed[style*="aspect-ratio: 9 / 14"] iframe, .plyr__video-embed[style*="aspect-ratio: 9 / 14"] video, .plyr__video-embed[style*="aspect-ratio: 6 / 15"] iframe, .plyr__video-embed[style*="aspect-ratio: 6 / 15"] video, .plyr__video-embed[style*="aspect-ratio: 7 / 15"] iframe, .plyr__video-embed[style*="aspect-ratio: 7 / 15"] video, .plyr__video-embed[style*="aspect-ratio: 8 / 15"] iframe, .plyr__video-embed[style*="aspect-ratio: 8 / 15"] video, .plyr__video-embed[style*="aspect-ratio: 9 / 15"] iframe, .plyr__video-embed[style*="aspect-ratio: 9 / 15"] video, .plyr__video-embed[style*="aspect-ratio: 6 / 16"] iframe, .plyr__video-embed[style*="aspect-ratio: 6 / 16"] video, .plyr__video-embed[style*="aspect-ratio: 7 / 16"] iframe, .plyr__video-embed[style*="aspect-ratio: 7 / 16"] video, .plyr__video-embed[style*="aspect-ratio: 8 / 16"] iframe, .plyr__video-embed[style*="aspect-ratio: 8 / 16"] video, .plyr__video-embed[style*="aspect-ratio: 9 / 16"] iframe, .plyr__video-embed[style*="aspect-ratio: 9 / 16"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 1 / 1"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 1 / 1"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 1 / 2"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 1 / 2"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 2 / 2"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 2 / 2"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 2 / 3"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 2 / 3"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 3 / 3"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 3 / 3"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 2 / 4"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 2 / 4"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 3 / 4"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 3 / 4"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 4 / 4"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 4 / 4"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 2 / 5"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 2 / 5"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 3 / 5"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 3 / 5"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 4 / 5"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 4 / 5"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 2 / 6"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 2 / 6"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 3 / 6"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 3 / 6"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 4 / 6"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 4 / 6"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 6"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 6"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 3 / 7"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 3 / 7"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 4 / 7"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 4 / 7"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 7"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 7"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 7"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 7"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 3 / 8"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 3 / 8"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 4 / 8"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 4 / 8"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 8"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 8"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 8"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 8"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 8"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 8"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 9"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 9"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 9"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 9"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 9"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 9"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 9"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 9"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 9"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 9"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 10"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 10"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 10"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 10"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 10"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 10"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 10"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 10"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 10"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 10"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 11"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 11"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 11"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 11"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 11"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 11"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 11"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 11"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 11"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 11"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 12"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 12"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 12"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 12"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 12"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 12"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 12"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 12"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 12"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 12"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 13"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 13"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 13"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 13"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 13"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 13"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 13"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 13"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 13"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 13"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 14"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 5 / 14"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 14"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 14"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 14"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 14"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 14"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 14"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 14"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 14"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 15"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 15"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 15"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 15"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 15"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 15"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 15"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 15"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 16"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 6 / 16"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 16"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 7 / 16"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 16"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 8 / 16"] video, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 16"] iframe, .plyr__video-wrapper--fixed-ratio[style*="aspect-ratio: 9 / 16"] video {
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto !important;
  min-height: 100%;
  margin: auto;
}

*::-webkit-scrollbar {
  display: none;
}

.home-btn-primary {
  width: 155px;
  height: 50px;
  padding: 15px 30px 15px 30px;
  gap: 10px;
  border-radius: 23px;
  opacity: 0px;
  background-color: #0B5ED6;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.home-btn-secondary {
  width: 155px;
  height: 50px;
  padding: 15px 30px 15px 30px;
  gap: 10px;
  border-radius: 23px;
  opacity: 0px;
  background-color: #fff;
  color: #0B5ED6;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.6px;
  text-align: center;
}

a {
  text-decoration: none !important;
}

.modal-img {
  padding: 5rem 0;
  background-image: url("../../../images/web_app/landing-page/modal-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.sec1 {
  background-image: url("../../../images/web_app/edtek/sec1-bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 3% 3% 6% 3%;
  margin-bottom: 10px;
  position: relative;
  min-height: 85vh;
}
@media (max-width: 991.9px) {
  .sec1 {
    background-size: 117% 100%;
  }
}
@media (max-width: 575.9px) {
  .sec1 {
    padding: 0px;
  }
}
.sec1 .video {
  width: 550.2px;
  height: 530.85px;
  top: 118px;
  left: 116px;
  gap: 0px;
  opacity: 0px;
  border-radius: 20px;
  border: 5px solid transparent;
  box-sizing: border-box;
}
.sec1 .plyr__control--overlaid {
  z-index: 111;
}

.sec1 .contain {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 991.9px) {
  .sec1 .contain {
    background-size: cover;
  }
}
@media (max-width: 575.9px) {
  .sec1 .contain {
    grid-template-columns: 1fr;
    padding: 40px 0px;
  }
  .sec1 .contain .store2 {
    display: none !important;
  }
  .sec1 .contain .store1 {
    display: block;
  }
}
.sec1 .contain .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  margin: 0px;
}
@media (max-width: 575.9px) {
  .sec1 .contain .left {
    padding: 0px;
  }
}
.sec1 .contain .left .plyr__video-wrapper {
  position: relative;
  width: 100%;
}
.sec1 .contain .left .plyr__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.sec1 .right h1 {
  font-family: Inter;
  font-size: 44.25px;
  font-weight: 700;
  line-height: 50.92px;
  letter-spacing: -0.92px;
  text-align: left;
  color: #44423F;
}
@media (max-width: 991.9px) {
  .sec1 .right h1 {
    font-size: 22px;
    margin-top: 10px;
  }
}
.sec1 .right p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

@media (max-width: 575.9px) {
  .sec1 .right {
    padding-top: 25% !important;
  }
}
.sec1 .right .typing-animation {
  background-color: #FFCE00;
  display: inline-block;
  color: #44423F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4.86px 17px 4.86px 17px;
  gap: 6.82px;
  border-radius: 32.78px;
  opacity: 0px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.27px;
  text-align: center;
}
.sec1 .right button {
  background-color: #0c57d1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
}
.sec1 .right .store2 {
  display: block;
}
.sec1 .right .store1 {
  display: none;
}
@media (max-width: 575.9px) {
  .sec1 .right {
    padding: 0px;
    text-align: center;
  }
  .sec1 .right .download {
    padding: 15px 12px;
    top: 0px;
    right: 65px;
  }
  .sec1 .right img {
    width: 70px;
    bottom: 336px;
  }
  .sec1 .right .store1 {
    display: block !important;
    right: 25%;
  }
}

.typed {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  -webkit-animation: typing;
          animation: typing;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: steps(30, end);
          animation-timing-function: steps(30, end);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 62%;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 62%;
  }
}
.plyr--video {
  border-radius: 10px;
}

.plyr .plyr__video-wrapper {
  aspect-ratio: 1/1 !important;
}

.sec-counts .counts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #0B5ED6;
  color: #fff;
  padding: 3%;
  border-radius: 30px;
  text-align: center;
}
.sec-counts .counts p {
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 575.9px) {
  .sec-counts .counts {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 575.9px) {
  .typing-animation {
    font-size: 10px;
  }
}
.image-swatch {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 38%;
}
.image-swatch .play-btn {
  position: absolute;
  top: 240px;
  left: 225px;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  padding-left: 4px;
}
@media (max-width: 575.9px) {
  .image-swatch .play-btn {
    width: 45px;
    height: 45px;
    top: 150px;
    left: 90%;
    padding: 23px;
  }
}

.image-swatch img {
  width: 268px;
  position: absolute;
  top: 0px;
  border-radius: 5px;
  box-sizing: border-box;
  transform-origin: center 90%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotate(0deg);
}
@media (max-width: 575.9px) {
  .image-swatch img {
    width: 180px;
  }
}
@media (max-width: 330.9px) {
  .image-swatch img {
    width: 150px;
  }
}

.image-swatch img:before {
  width: 16px;
  height: 16px;
  content: "";
  background-color: #FFFFFF;
  /* White */
  display: inline-block;
  border-radius: 8px;
  bottom: 10px;
  position: absolute;
  margin-left: -8px;
}

@-webkit-keyframes swatch-purple-motion {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-13deg);
    top: 20px;
  }
}

@keyframes swatch-purple-motion {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-13deg);
    top: 20px;
  }
}
@-webkit-keyframes swatch-blue-motion {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes swatch-blue-motion {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.bi1, .bi2, .bi3, .bi4 {
  position: absolute;
  -webkit-animation: breath 3s ease-in-out infinite;
          animation: breath 3s ease-in-out infinite;
}

@-webkit-keyframes breath {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes breath {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
/* Example styles for the elements */
.bi1 {
  left: -3.08%;
  top: 0px;
  width: 72px;
}

.bi2 {
  width: 200px;
  left: -7%;
  bottom: -10.29%;
  mix-blend-mode: exclusion;
}

.bi3 {
  right: 10%;
  bottom: 13.78%;
  width: 40px;
  transform: matrix(0.84, -0.54, 0.48, 0.88, 0, 0);
}

.bi4 {
  width: 39px;
  right: 12%;
  top: 23%;
}

.download {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  gap: 19px;
}
.download p {
  margin: 0;
  font-size: 15px !important;
  font-family: "Inter";
  font-weight: 600 !important;
}
.download img {
  width: 124px;
  height: 58px;
}

/*///////////////////////////sec-what-edtek///////////////////////////////////*/
.sec-what-edtek {
  /* This class will trigger the animation */
}
.sec-what-edtek h1 {
  font-family: Inter;
  font-size: 52.25px;
  font-weight: 700;
  line-height: 72.92px;
  text-align: left;
  color: #44423F;
}
@-webkit-keyframes fall {
  0% {
    opacity: 0;
    transform: translateY(-100px);
    /* Starts above the view */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* Ends in the original position */
  }
}
@keyframes fall {
  0% {
    opacity: 0;
    transform: translateY(-100px);
    /* Starts above the view */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* Ends in the original position */
  }
}
.sec-what-edtek h1.fall-animation {
  display: inline-block;
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
}
.sec-what-edtek .animate {
  -webkit-animation: fall 3s ease-in-out forwards;
          animation: fall 3s ease-in-out forwards;
  /* The "fall" animation */
}
.sec-what-edtek p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  letter-spacing: -0.1px;
}
.sec-what-edtek .see-more {
  text-align: left;
  margin-top: 25px;
}
@media (max-width: 575.9px) {
  .sec-what-edtek .see-more {
    text-align: left;
    margin-top: 10px;
  }
}
.sec-what-edtek button {
  border: none;
}
.sec-what-edtek button:hover {
  background: rgb(133, 186, 236);
  border: 1px solid rgb(133, 186, 236);
}
.sec-what-edtek button > img {
  width: 7px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}
.sec-what-edtek button:hover img {
  transform: translateX(5px);
}

/*/////////////////////////////////////////////////////////////// */
.abou {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 575.9px) {
  .abou {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

.hover-enlarge {
  width: 85%;
}
@media (max-width: 375.9px) {
  .hover-enlarge {
    width: 90%;
    height: 110px !important;
  }
}
@media (min-width: 1800.9px) {
  .hover-enlarge {
    height: 250px !important;
  }
}
@media (max-width: 575.9px) {
  .hover-enlarge {
    width: 85%;
    height: 126px !important;
    transform: scale(1);
    /* Start with normal size */
    transition: transform 2.5s ease-in-out;
  }
  .hover-enlarge img {
    width: 30px !important;
  }
  .hover-enlarge p {
    font-size: 9px !important;
    line-height: 13px !important;
  }
}
.hover-enlarge p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: justify;
  padding: 58% 11%;
}

.hover-enlarge:hover {
  transform: scale(1.07);
  transition: transform 0.2s;
}
.hover-enlarge:hover .effect-shine {
  -webkit-animation: sh0 0.5s ease-in-out both;
          animation: sh0 0.5s ease-in-out both;
}
@-webkit-keyframes sh0 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(7deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-7deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes sh0 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(7deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-7deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

/*/////////////////////// counters /////////////////// */
.sec-counts .counts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #0B5ED6;
  color: #fff;
  padding: 6% 2%;
  border-radius: 30px;
  text-align: center;
}
.sec-counts .counts .label {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
  margin: 0px;
}
.sec-counts .counts .value {
  font-family: Inter;
  font-size: 44px;
  font-weight: 600;
  line-height: 47.04px;
  text-align: center;
  margin: 0px;
}
@media (max-width: 575.9px) {
  .sec-counts .counts {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

.sec-counts .counts > div:not(:last-child) {
  border-right: 2px solid transparent;
  -o-border-image: linear-gradient(to bottom, #fff, #ffffff1f);
     border-image: linear-gradient(to bottom, #fff, #ffffff1f);
  border-image-slice: 1;
  /* Adjust border color and width as needed */
}
@media (max-width: 575.9px) {
  .sec-counts .counts > div:not(:last-child) {
    border: none;
  }
}

/*///////////////////////////why myedtek////////////////////////////////////*/
.sec-why-edtek {
  background-color: #F9F9FA;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-edtek-title {
  position: relative;
  /* This allows absolute positioning within the container */
}
.why-edtek-title h6 {
  font-family: Inter;
  font-size: 87.06px;
  font-weight: 700;
  line-height: 109px;
  letter-spacing: -1.717651px;
  text-align: center;
  color: #44423F;
}

.why-edtek-title .image1 {
  position: absolute;
  top: -20px;
  left: 5%;
  /* Adjust to place the image where you want it relative to the container */
  width: 190px;
}
@media (max-width: 575.9px) {
  .why-edtek-title .image1 {
    right: -3% !important;
    left: auto;
    width: 140px;
    top: -50px !important;
  }
}

.why-edtek-title .image2 {
  position: absolute;
  top: -10%;
  right: 12%;
  width: 135px;
}
@media (max-width: 575.9px) {
  .why-edtek-title .image2 {
    top: auto;
    bottom: 0;
    left: 0;
    width: 140px;
  }
}

.why-edtek-title .image3 {
  position: absolute;
  bottom: -28%;
  /* Adjust to move image3 lower */
  right: 17%;
  /* Adjust to place the image where you want it relative to the container */
  width: 220px;
}
@media (max-width: 575.9px) {
  .why-edtek-title .image3 {
    width: 140px;
    bottom: -60px !important;
    right: 10px;
    font-size: 10px;
  }
}

.sec-why-edtek .why-edtek-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6%;
  position: relative;
  text-align: center;
}

.why-edtek-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

/* Animate each section individually */
.why-edtek-body div {
  flex: 1 1 200px;
  /* Flex grow and shrink with a minimum width */
  margin: 10px;
  position: relative;
  opacity: 1;
  /* Start hidden */
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.why-edtek-body img {
  width: 100%;
  /* Responsive width */
  height: auto;
  margin: 0 auto;
}

.edtek-mob img {
  width: 84%;
  /* Responsive width */
  height: auto;
  margin: 0 auto;
}

.why-edtek-body .text {
  position: absolute;
  bottom: -2%;
  /* Position text at the bottom */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.5;
  opacity: 0;
  /* Start hidden */
  transition: opacity 5s ease-out;
}

.edtek-mob .text {
  position: absolute;
  bottom: 10px;
  /* Position text at the bottom */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.5;
  opacity: 0;
  /* Start hidden */
  transition: opacity 5s ease-out;
}

.student-enrollment {
  align-items: center;
  background-color: #f0f4ff;
  padding: 10px;
  border-radius: 10px;
}

.enrollment-count {
  font-family: Inter;
  font-size: 14px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
  color: #3a3a3a;
}

.avatar-stack {
  display: flex;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
  /* Overlaps avatars */
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 0 2px #f0f4ff;
}

.avatar:first-child {
  margin-left: 0;
  /* No overlap for the first avatar */
}

.animate-one.active,
.animate-three.active {
  opacity: 1;
  /* Make visible when active */
  transform: translateY(10%);
  /* Reset transform on activation */
}

.animate-two.active,
.animate-four.active {
  opacity: 1;
  /* Make visible when active */
  transform: translateY(10%);
  /* Reset transform on activation */
}

.animate-one.active .text,
.animate-three.active .text {
  opacity: 1;
  /* Fade in text */
  transform: translateX(0%) translateY(90%);
  /* Position the text correctly */
  font-size: 14px;
  padding: 10px 0px;
  font-weight: 600;
  left: 40%;
}

.animate-two.active .text,
.animate-four.active .text {
  opacity: 1;
  /* Fade in text */
  transform: translateX(-50%) translateY(-15%);
  top: 12px;
  font-size: 14px;
  padding: 10px 0px;
  font-weight: 600;
}

/* Specific transforms for individual animations */
.animate-one {
  transform: translateY(10%);
  /* Initial position before activation */
}

.animate-two {
  transform: translateY(-10%);
  /* Initial position before activation */
}

.animate-three {
  transform: translateY(10%);
  /* Initial position before activation */
}

.animate-four {
  transform: translateY(-10%);
  /* Initial position before activation */
}

.img-mob1, .img-mob2, .img-mob3, .img-mob4 {
  display: none;
}

@media (max-width: 575.9px) {
  .animate-one, .animate-two, .animate-three, .animate-four {
    transform: none !important;
    transition: none !important;
  }

  .img1, .img2, .img3, .img4 {
    display: none;
  }

  .img-mob1, .img-mob2, .img-mob3, .img-mob4 {
    display: block;
  }

  .sec-why-edtek .edtek-mob div .text {
    transform: none !important;
    opacity: 1 !important;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    bottom: 13%;
  }
}
@media (max-width: 575.9px) {
  .sec-why-edtek .edtek-mob div p {
    font-size: 14px;
  }
}
.sec-why-edtek .why-edtek-body img {
  width: 90%;
}

/*////////////////////////course////////////////////////*/
.all-course {
  padding-top: 15%;
}
.all-course h1 {
  font-family: Inter;
  font-size: 60.25px;
  font-weight: 700;
  line-height: 72.92px;
  letter-spacing: -0.75px;
  text-align: center;
  color: #161439;
}

.ui-explore-course-sec {
  --bs-nav-link-color: #000;
  /* General nav-tabs styling */
  /* Hide scrollbar for WebKit browsers (Chrome, Safari) */
  /* Styling for nav-link */
  /* Optional: Hover effect for links */
}
.ui-explore-course-sec .nav-tabs {
  border-bottom: none;
  /* Remove bottom border */
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
  justify-content: center;
  padding: 0 1rem;
  /* Optional: Add some padding */
  background-color: transparent;
}
@media (max-width: 575.9px) {
  .ui-explore-course-sec .nav-tabs {
    justify-content: space-between;
  }
}
.ui-explore-course-sec .nav-tabs::-webkit-scrollbar {
  display: none;
}
.ui-explore-course-sec .nav-tabs .nav-link {
  color: #7F7E97;
  /* Change to your desired link color */
  font-weight: bold;
  font-family: Inter;
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  position: relative;
}
.ui-explore-course-sec .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  /* Adjust the width of the underline */
  height: 4px;
  /* Thickness of the underline */
  background-color: #185EFC;
  /* Color of the underline */
  transform: translateX(-50%);
  /* Center the underline */
  font-weight: 700;
  border-radius: 2px;
}
.ui-explore-course-sec .nav-tabs .nav-link.active {
  color: #185EFC;
}
.ui-explore-course-sec .nav-tabs .nav-link:hover {
  color: #185EFC;
  /* Hover color */
  background-color: #f0f0f0;
  /* Optional background color on hover */
}

/* Active tab styling */
.nav-tabs .nav-link.active {
  border-color: transparent !important;
  background-color: transparent;
}

.sec5 h2 {
  font-size: 24px;
  margin-top: 30px;
}

.sec5 .swiper-button-disabled {
  display: none !important;
}

.sec5 .swiper-button-prev::after,
.sec5 .swiper-button-next::after {
  content: "";
}

.sec5 .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 115px;
  right: 0px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.33);
}

.sec5 .swiper-button-prev {
  background-image: url("../../../images/web_app/new/previous.svg") !important;
  background-repeat: no-repeat;
  left: 0px;
}

.sec5 .swiper-button-next {
  background-image: url("../../../images/web_app/new/next.svg") !important;
  background-repeat: no-repeat;
}

.sec5 .swiper {
  width: 100%;
  background: transparent;
  box-sizing: border-box;
}
@media (max-width: 575.9px) {
  .sec5 .swiper {
    width: 88%;
  }
}

.sec5 .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  box-sizing: border-box;
  gap: 20px;
}
@media (max-width: 991.9px) {
  .sec5 .swiper-wrapper {
    gap: 2px;
  }
}

.sec5 .swiper-slide {
  width: 277px !important;
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  box-sizing: border-box;
  scroll-snap-align: start;
}
@media (max-width: 575.9px) {
  .sec5 .swiper-slide {
    width: 100% !important;
  }
}

.sec5 a, .sec5 a:visited, .sec5 a:active, .sec5 a:target, .sec5 a:focus {
  text-decoration: none !important;
  color: inherit;
}

.sec5 .card {
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 15px 15px;
}

.ui-free-course-badge {
  position: absolute;
  top: 15px;
  color: white;
  background-color: #0C57D1;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.25px;
  padding: 4px 10px;
  right: 15px;
  border-radius: 17px;
}
.ui-free-course-badge:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  top: 0;
  right: -16px;
  background-size: 19px;
}

.sec5 .card .img-holder {
  border-radius: 20px;
  border: 5px solid #ffffff;
  margin: 5px 0;
  overflow: hidden;
}

.sec5 .card img {
  width: 100%;
  transform: scale(1.05);
  transition: transform 0.2s;
  /* Animation */
  font-size: 12px;
}

.sec5 .card img:hover {
  transform: scale(1.1);
}

.sec5 .card h3 {
  display: flex;
  font-size: 14px;
  padding: 0 5px;
  margin: 0;
}

.sec5 .card p {
  display: flex;
  font-size: 10px;
  font-weight: 600;
  padding: 5px;
  align-items: center;
  color: #787876;
  margin: 0;
}

.sec5 .card p span {
  width: 7px;
  height: 7px;
  background: #cddad3;
  border-radius: 50%;
  margin: 0 3px;
}

.sec5 .card .enroll {
  width: 200px;
  height: 35px;
  padding: 10px 30px 10px 30px;
  gap: 10px;
  border-radius: 32px;
  opacity: 0px;
  background-color: #0B5ED6;
  color: #fff;
  font-size: 14px;
  font-family: Inter;
  font-weight: 400;
  line-height: 12.28px;
  text-align: center;
  align-self: center;
}

.badges {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px 0;
}

.listening {
  width: 70px !important;
  background: #c2ecd4;
  color: #229550;
  font-size: 11px;
  padding: 5px 5px;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 0 3px;
}

.reading {
  width: 70px !important;
  background: #dac3fb;
  color: #7219e5;
  font-size: 11px;
  padding: 5px 5px;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 0 3px;
}

.writing {
  width: 70px !important;
  background: #bcd1ff;
  color: #185efc;
  font-size: 11px;
  padding: 5px 5px;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 0 3px;
}

.speaking {
  width: 70px !important;
  background: #fff4c6;
  color: #bca440;
  font-size: 11px;
  padding: 5px 5px;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 0 3px;
}

/*/////////////////////////////////testimonials///////////////////////*/
.sec6 .contain {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.sec6 .contain .test-img {
  width: 380px;
}
@media (max-width: 991.9px) {
  .sec6 .contain .test-img {
    display: none;
  }
}

.sec6 h1 {
  font-family: Inter;
  font-size: 60.25px;
  font-weight: 700;
  line-height: 72.92px;
  letter-spacing: -0.75px;
  text-align: center;
  color: #161439;
}
@media (min-width: 1800.9px) {
  .sec6 .user-say-title {
    background-size: 85% 104% !important;
    height: 300px !important;
    background-position: center;
  }
}
.sec6 .user-say-title p {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 15.57px;
  color: #44423F;
}

.sec6 .card {
  width: 95%;
  box-sizing: border-box;
  background-color: #EEF3FF;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  margin: 20px 0;
  border: none;
  min-height: 200px;
}
@media (max-width: 575.9px) {
  .sec6 .card {
    width: 100%;
  }
}
.sec6 .card .card-header:first-child {
  border-radius: 20px;
}

.sec6 .card-header {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border-bottom: none;
  background-color: transparent;
}
.sec6 .card-header .profile {
  width: 14%;
  text-align: center;
  margin-top: -10%;
}
.sec6 .card-header h3 {
  font-size: 18px;
  margin-top: 10px;
}
.sec6 .card-header img {
  width: 40px;
}
.sec6 .card-header p {
  display: flex;
  font-size: 15px;
  padding: 5px 0px 5px 5px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 22.5px;
  text-align: left;
}
.sec6 .card-header .owl-carousel .owl-item {
  width: 750px !important;
}
.sec6 .card-header .owl-carousel .owl-item img {
  width: 20% !important;
}

.sec6 .swiper-button-prev::after,
.sec6 .swiper-button-next::after {
  content: "";
}

.testimonials-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* Adjust gap between rows as needed */
}

.testimonial-row .card {
  margin: 0;
  padding: 0;
  text-align: center;
}

/*///////////////////////partner////////////////////*/
.sec-partner {
  /* CSS for hover effect */
}
.sec-partner .contain {
  display: flex;
  align-items: center;
}
.sec-partner .partner-title {
  color: #44423F;
  font-family: Inter;
  font-size: 30.19px;
  font-weight: 700;
  line-height: 49.85px;
  letter-spacing: -1.3126004934px;
  text-align: left;
  width: 220px;
}
@media (max-width: 991.9px) {
  .sec-partner .partner-title {
    font-size: 18px;
  }
}
.sec-partner .partners {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}
.sec-partner .partners div {
  text-align: center;
}
@media (max-width: 575.9px) {
  .sec-partner .partners {
    width: 100%;
  }
}
.sec-partner .our-clients .item img {
  filter: grayscale(1) brightness(0);
  /* Turns images fully black */
  transition: filter 0.3s ease;
  /* Add transition if needed */
}
.sec-partner .our-clients .item:hover img {
  filter: brightness(1) invert(0);
}
.sec-partner .owl-carousel .owl-item img {
  width: 70% !important;
}
.sec-partner .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}
.sec-partner .our-clients.owl-carousel {
  overflow: hidden;
}
.sec-partner .our-clients.owl-carousel .owl-stage {
  display: flex;
  transition: transform 0.5s ease;
  align-items: center;
}
.sec-partner .our-clients.owl-carousel .owl-item {
  flex: 0 0 auto;
}

.owl-carousel .owl-item img {
  width: 100px;
}

/*/////////////////////demo video////////////////////////// */
.demo {
  text-align: center;
  margin-top: 5%;
}
.demo .plyr__video-embed iframe {
  position: relative;
  border-radius: 10px 10px 0px 0px;
}
.demo .video {
  width: 75%;
  aspect-ratio: auto;
  border-radius: 10px;
  border: 8px solid;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width: 575.9px) {
  .demo .video {
    width: 100%;
    border: 3px solid;
  }
}
.demo .video button {
  display: none;
}

/*////////////////////////////////form//////////////////////*/
.sec8 {
  background-color: #0B5ED6;
  padding: 1% 5%;
}
.sec8 .title h3 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 500;
  line-height: 39.6px;
}
@media (max-width: 576px) {
  .sec8 .title h3 {
    font-size: 23px;
  }
}
.sec8 .title h3 span {
  color: #fff;
  padding-bottom: 5%;
  padding-left: 1%;
}
.sec8 form input {
  border-radius: 20px;
  padding: 10px 40px;
  font-size: 13px;
}
.sec8 form input::-moz-placeholder {
  font-size: 12px;
}
.sec8 form input:-ms-input-placeholder {
  font-size: 12px;
}
.sec8 form input::placeholder {
  font-size: 12px;
}
.sec8 .submit {
  background-color: #fff;
  color: #0953c0;
}
.sec8 .submit:hover {
  background-color: #beb8b8;
  color: #0953c0;
}
.sec8 .alert {
  top: 5px;
  text-align: center;
  border-radius: 10px;
}
.sec8 .alert:not(.hide) {
  -webkit-animation: fadeIN 0.5s ease-in forwards !important;
          animation: fadeIN 0.5s ease-in forwards !important;
}
.sec8 .alert .ui-icon-verified {
  width: 46px;
  height: 46px;
  margin-top: 40%;
}
.sec8 .alert-success {
  border: none;
}

@-webkit-keyframes fadeIN {
  0% {
    transform: translateX(-5);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIN {
  0% {
    transform: translateX(-5);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*//////////////////////////////////////////////////////// */
/* footer begins*/
footer {
  align-items: center;
  justify-content: center;
  color: #000;
  background: #F9F4F2;
}
footer h3 {
  font-family: Inter;
  font-size: 27.42px;
  font-weight: 600;
  line-height: 32.9px;
  text-align: left;
}
footer h5 {
  font-family: Inter;
  font-size: 14.56px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.6000000238px;
  text-align: left;
  color: #4B4C4D;
}
footer h6 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
footer .form-control {
  border: none;
}

footer .contain {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 10px;
  box-sizing: border-box;
  padding: 3rem;
  border-radius: 20px;
}

footer img {
  width: 200px;
}

footer .links {
  display: flex;
  align-items: center;
  /*justify-content: space-evenly;*/
  /*max-width: 576px;*/
}

footer .holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 80px;
}

footer .holder a {
  margin: 15px 10px 15px 0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.new-holder a {
  color: #44423F;
  text-decoration: none;
  cursor: pointer;
  line-height: 10px;
}

.social {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.social ul {
  padding-left: 0px;
}

.social h3 {
  font-size: 24px;
}

.social .icons {
  list-style: none;
  display: flex;
  margin-left: 0px;
}

.social .icons .fa-brands {
  font-size: 1.5rem;
  margin: 20px;
  color: #ffffff;
}

.social .icons .fa-brands:nth-child(1) {
  margin-left: 0;
}

.social .download {
  display: flex;
}

.social .download img {
  width: 100px;
  padding: 5px;
}

.grecaptcha-badge {
  display: none;
}

@media (max-width: 575.9px) {
  .footer-store {
    text-align: center !important;
    margin: 13%;
  }
}

@media screen and (max-width: 768px) {
  footer .contain {
    grid-template-columns: 1fr;
  }

  footer .holder {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr;
    padding-left: 20px;
  }
  footer .holder .aa {
    text-align: center;
    font-size: 14px;
  }

  footer .links {
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  footer .holder {
    padding-left: 0px;
  }

  footer .holder a {
    margin: 20px 20px 15px 14px !important;
  }

  footer .social {
    justify-content: center;
    align-items: center;
  }

  .social .icons {
    margin: 15px;
  }

  .social .icons .icon {
    font-size: 1.5rem;
  }

  .social .download img {
    width: 125px;
  }
}
@media screen and (max-width: 370px) {
  .social .download img {
    width: 92px;
  }

  footer .contain {
    padding: 1rem;
  }

  footer .holder {
    grid-template-columns: 1fr 1.5fr !important;
  }

  footer .holder a {
    margin: 15px 14px 15px 0;
  }
}
.ui-profile-wrap {
  background-color: blue;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  transition: all 0.5s ease;
}

.ui-prof-text {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: var(--ft15);
  font-weight: 600;
}

/*footer end*/
.row {
  margin: 0;
}

body::-webkit-scrollbar {
  display: none;
}

.banner-head-mob, .edtek-mob {
  display: none;
}

.testimonial-video {
  width: 40% !important;
  padding: 15px 2px;
}

@media (max-width: 370.9px) {
  .image-swatch img {
    width: 135px !important;
  }

  .sec1 .right .store1 {
    right: 9% !important;
  }

  .sec1 .right .download {
    top: 0 !important;
  }

  .sec1 .right h1 {
    font-size: 26px !important;
  }

  .sec1 .right .typing-animation {
    font-size: 9px !important;
  }

  .sec1 .right p {
    text-align: center !important;
    font-size: 11px !important;
  }

  .why-edtek-title h6 {
    font-size: 49px !important;
    line-height: 60px !important;
  }
}
@media (min-width: 1800.9px) {
  .sec1 {
    min-height: 95vh !important;
  }
}
@media (max-width: 575.9px) {
  .container {
    padding: 0;
  }

  .row {
    padding: 0;
  }

  .sec1 .video {
    width: 100%;
    height: 294.85px;
  }

  .sec1 .right .store1 {
    right: 21%;
  }

  .sec1 .right p {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
  }

  .sec1 .right img {
    width: 75px;
    height: 35px;
  }

  .sec1 .right .typing-animation {
    font-size: 12px;
    margin-top: 10px;
    padding: 0.86px 17px 0.86px 17px;
    font-weight: 500;
  }

  .bi1 {
    left: 8.08%;
    top: 30.15%;
    width: 37px;
  }

  .bi3 {
    left: 77.03%;
    top: 40%;
  }

  .image-swatch {
    width: 45%;
  }

  .image-swatch img {
    width: 165px;
  }

  .bi4 {
    right: 4%;
    top: 3%;
  }

  .sec1 .right .download {
    padding: 0px 34px;
    top: 37px;
  }

  .banner-head-mob {
    display: block;
  }

  .banner-head {
    display: none;
  }

  .sec1 .right h1 {
    font-size: 33px;
    line-height: 33.92px;
    text-align: center;
  }

  .sec1 .contain {
    padding: 60px 0px;
  }

  .home-btn-primary, .home-btn-secondary {
    width: 120px;
    padding: 13px 20px 15px 20px;
    font-size: 13px;
    height: 45px;
  }

  .learners, .bi2 {
    display: none;
  }

  .sec-what-edtek .container {
    padding: 0px;
  }
  .sec-what-edtek h1 {
    font-size: 33.25px;
    line-height: 45.92px;
  }
  .sec-what-edtek p {
    font-size: 12px;
    line-height: 21px;
  }
  .sec-what-edtek .home-btn-primary {
    width: 100px;
    padding: 10px 20px 10px 20px;
    font-size: 9px;
    height: 33px;
  }

  .sec-counts .counts {
    padding: 15%;
  }
  .sec-counts .counts .value {
    font-size: 18px;
  }
  .sec-counts .counts .label {
    font-size: 8px;
    line-height: 9px;
  }

  .sec-counts .counts > div:nth-child(odd) {
    border-right: 2px solid transparent;
    -o-border-image: linear-gradient(to bottom, #fff, #ffffff1f);
       border-image: linear-gradient(to bottom, #fff, #ffffff1f);
    border-image-slice: 1;
    /* Adjust border color and width as needed */
    margin-right: -20%;
  }

  .why-edtek-title h6 {
    font-size: 60px;
    line-height: 67px;
    text-align: left;
  }

  .avatar {
    width: 26px;
    height: 26px;
  }

  .why-edtek-title .image1 {
    right: 9%;
    width: 90px;
  }

  .why-edtek-title .image3 {
    width: 90px;
    bottom: 20px;
    right: 0px;
  }

  .why-edtek-title .image2 {
    bottom: -28px;
    left: 0;
    width: 85px;
  }

  .student-enrollment {
    padding: 0px 5px;
  }

  .enrollment-count {
    font-size: 7px;
    line-height: 16px;
  }

  .sec-why-edtek .why-edtek-body {
    display: none;
  }

  .edtek-mob {
    display: block;
    grid-template-columns: 1fr;
  }
  .edtek-mob .swiper-container {
    width: 90%;
    height: 100vh;
    /* Full height to make each section take the full screen */
    overflow: hidden;
  }
  .edtek-mob .swiper-wrapper {
    display: flex;
    flex-direction: column;
    /* Ensure vertical stacking of the slides */
  }
  .edtek-mob .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* Each slide takes up the full viewport height */
  }

  .all-course svg {
    display: none;
  }
  .all-course h1 {
    font-size: 32px;
    line-height: 45px;
  }
  .all-course .nav-tabs .nav-link {
    width: 92px;
    padding: 2px;
    font-size: 10px;
  }

  .sec6 .user-say-title {
    background-image: none !important;
  }
  .sec6 .user-say-title p {
    font-family: Roboto;
    font-size: 14.57px;
    font-weight: 400;
    line-height: 15.57px;
    color: #44423F;
    text-align: left;
    padding: 0 10px;
  }
  .sec6 h1 {
    font-size: 44.25px;
    line-height: 52.92px;
    text-align: left;
    color: #44423F;
    padding: 10px;
  }
  .sec6 img {
    width: 30% !important;
  }
  .sec6 .testimonial-video {
    width: 100% !important;
  }
  .sec6 .card {
    flex-direction: column-reverse;
  }

  .sec8 {
    margin-top: 10%;
    padding: 0px;
  }
  .sec8 .title {
    padding-top: 10%;
  }
  .sec8 .title h3 {
    font-size: 33px;
  }
  .sec8 form {
    width: 100%;
    padding: 0px !important;
  }
  .sec8 img {
    display: none;
  }

  footer .container {
    padding: 0px;
    padding-top: 0% !important;
  }
  footer h3 {
    font-size: 13px;
    line-height: 23px;
    text-align: center;
  }
  footer img {
    width: 185px !important;
    margin-top: 20% !important;
  }
  footer .footer-store {
    margin: 0px !important;
  }
  footer .footer-store img {
    width: 100px !important;
    margin-top: 2% !important;
  }
  footer .new-holder {
    margin-top: 20px;
    padding: 10px 22% !important;
  }

  .rc-anchor-logo-portrait {
    margin: 10px 0 0 1px !important;
  }
}
footer img {
  width: 220px;
}