:root {
  --plyr-color-main: #2c3f69;
}

.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;
}

.plyr {
  border-radius: 20px;
}

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

.main {
  padding-top: 100px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.main .right img {
  border-radius: 25px;
  width: 80%;
}

.main .contain {
  min-height: 375px;
}

.main .contain,
.sec1 .contain,
.sec3 .contain,
.sec4 .contain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.left p {
  font-size: 30px;
  margin-bottom: 5px;
}

.left h1 span {
  color: #face00;
}

.left h4 {
  margin: 20px 0;
  font-size: 20px;
  font-family: roboto;
  font-weight: 400;
  color: #fff;
}

.left,
.right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}

.main .download a {
  text-decoration: none;
}

.main .download img {
  padding-top: 20px;
  height: 60px;
}

.video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  border: 5px solid #fff;
  box-shadow: 0 0 20px 5px #c3ccc9;
  box-sizing: border-box;
}

.sec1 {
  background-image: url("../../../images/web_app/edtek/sec2-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.sec1 .contain {
  padding: 40px 20px;
}

.sec1 .right {
  padding: 0 30px;
}

.sec1 .right h1 {
  font-size: 24px;
  font-weight: 600;
}

.sec1 .right h4 {
  margin: 20px 0;
  font-size: 20px;
  font-family: roboto;
  font-weight: 400;
}

.sec2 {
  padding: 10px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec2 .right {
  align-items: flex-end;
  justify-content: center;
}

.sec2 .right .card {
  padding-left: 20px;
}

.sec2 .card {
  width: 85%;
  background-color: #27a4da;
  box-sizing: border-box;
  min-height: 150px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  margin-top: 20px;
  color: #fff;
  margin: 20px auto;
  gap: 10px;
}

.sec2 .card .img {
  text-align: center;
}

.sec2 .contain .card img {
  max-width: 190px;
  padding: 20px 10px;
}

.sec2 .card .book-demo:hover {
  background: #0953c0;
}

.sec2 .card .ebook {
  background: #7419e9;
}

.sec2 .card .ebook:hover {
  background: #6314c9;
}

.sec2 .card .desc h3 {
  font-size: 22px;
}

.sec2 .card .desc p {
  padding-top: 15px;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 400;
  width: 85%;
}

.sec2 .right .card .desc .formType {
  padding-top: 12px;
  display: -webkit-inline-box;
}

.sec2 .right .card .desc .formType .options {
  display: flex;
}

.sec2 .right .card .desc .formType input[type=radio] {
  visibility: hidden;
}

.sec2 .right .card .desc .formType label {
  padding: 3px 20px 0 15px;
  cursor: pointer;
}

.sec2 .right .card .desc .formType label:hover {
  color: #ad87e2;
}

.sec2 .right .card .desc .formType .check {
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  cursor: pointer;
}

.sec2 .right .card .desc .formType .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 9px;
  width: 9px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.sec2 .right .card .desc .formType input[type=radio]:checked ~ .check {
  border: 5px solid #784be9;
}

.sec2 .right .card .desc .formType input[type=radio]:checked ~ .check::before {
  background: #784be9;
}

.sec2 .right .card .desc .formType input[type=radio]:checked ~ label {
  color: #784be9;
}

.sec2 .container {
  border-radius: 20px;
  padding: 10px;
}

.sec2 .card .desc h3 {
  font-size: 20px;
  font-weight: 600;
}

.sec3 h2 {
  font-size: 30px;
}

.sec3 .swiper {
  width: 100%;
  padding-top: 40px;
  box-sizing: border-box;
}

.swiper-wrapper {
  height: auto;
}

.sec3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  box-sizing: border-box;
}

.sec3 .card {
  width: 100%;
  box-sizing: border-box;
  min-height: 430px;
  background-color: #f7f7f7;
  border-radius: 20px;
  border: 5px solid #fedf57;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px 10px;
}

.sec3 .card img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 20px 0;
}

.sec3 .card h3 {
  font-size: 20px;
  font-weight: 500;
}

.sec3 .card h5 {
  font-size: 12px;
  font-weight: 500;
  margin: 5px 0 17px 0;
}

.sec3 .card p {
  margin: 5px 20px 0px 20px;
  font-size: 14px;
}

.sec4 h2 {
  font-size: 30px;
  margin-bottom: 40px;
}

.sec4 .right {
  align-items: flex-end;
  justify-content: center;
}

.sec4 .card {
  width: 100% !important;
  box-sizing: border-box;
  min-height: 100%;
  border-radius: 20px;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #111;
}

.sec4 .card1 img {
  width: 180px !important;
}

.sec4 .card2 {
  background: #229950;
}

.sec4 .card .desc h3 {
  font-size: 26px;
}

.sec4 .card .desc p {
  padding: 20px 0px;
  margin: 5px 15px;
  font-size: 16px;
  line-height: 1.3;
}

.sec2 .card button {
  border: none;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  padding: 15px;
  width: 186px;
  font-weight: 600;
}

.sec4 .desc {
  padding: 0 15px;
}

.sec2 .desc a {
  text-decoration: none;
}

.sec2 .desc .academic {
  margin: 5px 20px 5px 0;
  color: #0953c0;
}

.sec2 .desc .general {
  margin: 5px 5px 5px 0;
  color: #ab07a7;
}

.sec2 .desc .pte {
  margin: 5px 5px 5px 0;
  color: #1278dc;
}

.sec2 .desc .book-demo {
  margin: 5px 10px 5px 0;
  color: #0953c0;
}

.sec2 .desc .academic:hover {
  background: #0d49cd;
  color: #fff;
}

.sec2 .desc .general:hover {
  background: #d9a2d9;
  color: #fff;
}

.sec2 .desc .pte:hover {
  background: #1278dc;
  color: #fff;
}

.sec2 .desc .book-demo:hover {
  background: #0d49cd;
  color: #fff;
}

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

.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;
}

.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;
}

.sec5 .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  box-sizing: border-box;
}

.sec5 .swiper-slide {
  width: 320px !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;
}

.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 5px;
}

.ui-free-course-badge {
  position: absolute;
  top: 42px;
  left: 0px;
  color: white;
  background-color: #27A4DA;
  padding-right: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.25px;
  padding: 1px 4px 1px 12px;
}
.ui-free-course-badge:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='4.985' height='18.552' viewBox='0 0 4.985 18.552'%3e%3cg id='Group_12540' data-name='Group 12540' transform='translate(-641.228 -82.748)'%3e%3cpath id='Path_65140' data-name='Path 65140' d='M705.061,120.97h-4.985V102.417l4.985.115-.922,4.187-1.43,4.988Z' transform='translate(-58.848 -19.669)' fill='%2327a4da'/%3e%3cpath id='Path_65141' data-name='Path 65141' d='M641.686,102.533h3.869l-.124,9.219.124,9.219h-3.869' transform='translate(-0.108 -19.669)' fill='none'/%3e%3c/g%3e%3c/svg%3e");
  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 */
}

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

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

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

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

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

.listening {
  width: 100px !important;
  background: #c2ecd4;
  color: #229550;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 3px;
}

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

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

.speaking {
  width: 100px !important;
  background: #fff4c6;
  color: #bca440;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 3px;
}

.sec5 .header-category {
  padding: 80px 0;
}

.sec5 .header-category h2 {
  font-size: 30px;
  text-align: center;
}

.sec5 .header-category .categories {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}

.sec5 .header-category .categories .col-3 {
  flex: 0 0 25%;
  max-width: 24%;
  padding: 0 6px;
}

.sec5 .header-category .categories .cards {
  text-align: center;
  padding: 30px 36px 15px 36px;
  overflow: hidden;
  position: relative;
  display: block;
  color: inherit;
  background-color: #ffffff;
  border-radius: 20px;
  border-bottom: 5px solid #ffffff;
}

.sec5 .header-category .ui-category-listening:hover {
  border-bottom: 5px solid #229550;
}

.sec5 .header-category .ui-category-reading:hover {
  border-bottom: 5px solid #7219e5;
}

.sec5 .header-category .ui-category-writing:hover {
  border-bottom: 5px solid #185efc;
}

.sec5 .header-category .ui-category-speaking:hover {
  border-bottom: 5px solid #bca440;
}

.sec5 .header-category .categories .cards .ui-img {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  display: flex;
}

.sec5 .header-category .categories .cards .ui-img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.sec5 .container {
  padding-top: 5%;
  padding-bottom: 5%;
}

.sec6 {
  background-image: url("../../../images/web_app/edtek/sec7-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.sec6 .contain {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.sec6 .contain .test-img {
  width: 300px;
}

.sec6 h2 {
  font-size: 30px;
}

.sec6 .swiper {
  width: 60%;
  background: transparent;
  padding: 20px 0px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 0;
  margin-left: 20px;
}

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

.sec6 .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  box-sizing: border-box;
}

.sec6 .swiper-slide {
  width: 80%;
  border-radius: 20px;
}

.sec6 .swiper-slide {
  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;
  flex-direction: column;
}

.sec6 .card {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  margin: 20px 0;
  min-height: 220px;
  box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.33);
}
.sec6 .card .card-header:first-child {
  border-radius: 20px;
}

.sec6 .card i {
  font-size: 3rem;
  color: #8ccbe5;
  position: absolute;
  right: 0;
  bottom: 3;
}

.profile {
  width: 20%;
  text-align: center;
  margin-top: -12%;
}

.sec6 .card-header p {
  display: flex;
  font-size: 15px;
  padding: 5px 0px;
  text-align: center;
}

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

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

.sec6 .card-header {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  border-bottom: none;
}
.sec6 .card-header .profile {
  width: 14%;
  text-align: center;
  margin-top: -10%;
}
.sec6 .card-header h3 {
  font-size: 18px;
  margin-top: 10px;
}

.sec6 .card-body {
  background-color: #fff;
  color: #000;
  text-align: center;
}

.sec2 .card img {
  width: 200px;
}

@media screen and (max-width: 1396px) and (min-width: 1030px) {
  .sec4 .btns {
    display: block;
    text-align: center;
  }

  .sec5 .header-category .categories .col-3 {
    flex: 0 0 25%;
    max-width: 23%;
    padding: 0 6px;
  }

  .sec2 .card .desc {
    padding: 0px 0px;
  }

  .sec2 .card img {
    padding: 20px 10px;
  }

  .main .right img {
    width: 85%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1030px) {
  .main h1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 1029.9px) and (min-width: 993px) {
  .main h1 {
    font-size: 37px;
  }

  .sec4 .contain {
    grid-template-columns: 1fr;
  }

  .sec4 .card img {
    height: 300px;
  }

  .sec4 .desc {
    padding: 0 20px 0 50px;
  }

  .sec4 .card .desc h3 {
    font-size: 28px;
  }

  .sec4 .card .desc p {
    font-size: 18px;
  }

  .sec5 .header-category .categories .col-3 {
    max-width: 23%;
    padding: 0 8px;
  }

  .sec6 .contain .test-img {
    width: 300px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec1 .contain,
.sec3 .contain {
    display: grid;
    grid-template-columns: 1fr;
  }

  .main .contain {
    min-height: 360px;
    display: flex;
    flex-direction: column-reverse;
  }

  .main .left {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10%;
  }

  .main h1 {
    font-size: 27px;
    font-family: Nunito Sans, sans-serif;
    font-weight: 600;
    color: #ffffff !important;
    text-align: center;
  }

  .main h1 span {
    color: #ffffff;
  }

  .main h4 {
    font-size: 16px;
    font-family: roboto;
    color: #ffffff !important;
  }

  .main .download img {
    height: 55px;
  }

  .sec1 {
    padding: 20px 0;
  }
  .sec1 .contain {
    padding: 40px 0px !important;
  }

  .sec1 .right {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 5px;
  }
  .sec1 .right h4 {
    font-size: 17px;
  }

  .sec2 {
    padding: 20px 0px 40px 0px;
  }

  .sec2 .desc .academic {
    margin: 5px 5px 5px 0;
  }

  .video {
    margin-bottom: 10px;
  }

  .sec4 .card img {
    height: 230px;
  }

  .sec5 .swiper-slide {
    width: 300px !important;
  }

  .sec5 .swiper-slide:nth-child(1) {
    margin-left: 0 !important;
  }

  .sec5 .swiper-slide:last-child {
    margin-right: 0 !important;
  }

  .sec5 .header-category .categories .col-3 {
    max-width: 23%;
    padding: 6px;
  }

  .sec6 .card {
    width: 85% !important;
  }

  .sec6 .card-header p {
    font-size: 11px;
  }

  .sec6 .swiper {
    width: 100%;
  }
  .sec6 .swiper .swiper-slide {
    margin: 10px -1px;
  }

  .test-img {
    display: none;
  }
}
@media screen and (max-width: 1029px) and (min-width: 993px) {
  .left h1 {
    font-size: 35px;
  }

  .left h4 {
    font-size: 19px;
  }

  .sec1 .right h4 {
    font-size: 18px;
  }

  .sec1 .right h1 {
    font-size: 24px;
  }

  .sec8 button {
    width: 50% !important;
  }

  .main .right img {
    border-radius: 25px;
    width: 85%;
  }
}
@media screen and (max-width: 992px) and (min-width: 680px) {
  .main .left {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .main .contain {
    min-height: 410px !important;
    gap: 0px;
  }

  .main h1 {
    font-size: 28px;
    font-family: roboto;
    font-weight: 600;
  }

  .main h4 {
    font-size: 18px;
    font-family: roboto;
  }

  .main .right img {
    width: 343px;
  }

  .sec1 .right {
    padding: 0 10px;
  }

  .sec1 .right h4 {
    font-size: 17px;
    margin: 8px 0px;
  }

  .sec1 .right h1 {
    font-size: 25px;
  }

  .sec2 .card {
    padding: 20px;
    height: -webkit-fill-available;
  }

  .sec2 .contain {
    grid-template-columns: 1fr;
  }

  .sec2 .card img {
    margin-bottom: 10px;
    padding: 0;
  }

  .sec6 .contain .test-img {
    width: 240px;
    height: 100%;
  }

  .sec6 .card-header p {
    font-size: 13.5px;
    width: 100%;
  }

  .sec2 .card .desc h3 {
    font-size: 20px;
    font-weight: 500;
  }

  .sec2 .card .desc p {
    font-size: 16px;
  }

  .sec2 .card button {
    margin-top: 15px;
    padding: 10px 2px;
    border-radius: 5px;
    width: 148px;
  }

  .sec4 .contain {
    display: block;
  }

  .sec4 .card img {
    height: 230px;
  }

  .sec4 .desc {
    padding: 0 20px 0 50px;
  }

  .sec4 .card .desc h3 {
    font-size: 28px;
  }

  .sec4 .card .desc p {
    font-size: 18px;
  }

  .sec4 .desc .btns {
    justify-content: space-evenly;
  }

  .sec6 .test-img {
    width: 185px;
  }

  .sec2 .card .desc {
    text-align: center;
  }

  .sec6 .card-header .profile {
    width: 20%;
    margin-top: -14%;
  }

  .sec2 .card .desc p {
    font-size: 16px;
    width: 100%;
  }

  .sec8 button {
    width: 50% !important;
  }
}
@media screen and (max-width: 680px) and (min-width: 577px) {
  .sec1 .right h1 {
    font-size: 20px;
    font-weight: 500;
  }

  .sec1 .right h4 {
    font-size: 16px;
  }

  .sec2 .contain {
    grid-template-columns: 1fr;
  }

  .sec4 .contain {
    grid-template-columns: 1fr;
  }

  .sec4 .card {
    flex-direction: column;
    padding: 20px;
  }

  .sec4 .btns {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .sec4 .btns .academic {
    padding: 10px 35px;
  }

  .sec4 .btns .general {
    padding: 10px 40px;
  }

  .sec4 .card img {
    margin-bottom: 10px;
  }

  .sec4 .desc {
    padding: 10px 0;
    text-align: center;
  }

  .sec4 .card .desc p {
    padding: 10px;
  }

  .sec5 .header-category .categories .cards {
    min-width: 100px;
  }

  .sec5 .header-category .categories .col-3 {
    max-width: 49%;
    padding: 6px;
  }

  .sec6 .swiper {
    width: 100%;
  }

  .sec6 .test-img {
    display: none;
  }

  .sec2 .card .desc {
    text-align: center;
  }

  .sec2 .card .desc p {
    font-size: 16px;
    width: 100%;
  }

  .sec8 button {
    width: 50% !important;
  }
}
@media screen and (max-width: 576px) {
  .sec2 .card .desc .formType {
    display: block;
  }

  .sec2 .card .desc .formType .options {
    justify-content: center;
    margin: 6px 0;
  }

  .sec2 .card .desc .formType .check {
    margin-right: 94px;
  }

  .sec2 .card {
    flex-direction: column;
    text-align: center;
  }
  .sec2 .card img {
    width: 160px;
  }

  .sec2 .card .desc {
    margin-bottom: 20px;
  }

  .sec2 .card .desc p {
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .sec4 .btns .academic {
    padding: 0;
    margin: 0;
  }

  .sec4 .btns .general {
    padding: 0;
    margin: 0;
  }

  .sec5 .swiper-slide {
    width: 100% !important;
  }

  .sec6 .swiper {
    width: 100%;
  }

  .sec6 .card {
    min-height: 190px;
  }

  .sec6 .test-img {
    display: none;
  }

  .sec8 button {
    width: 50% !important;
  }

  .sec6 .card-header .profile {
    width: 40%;
    margin-top: -25%;
  }
}
@media screen and (max-width: 420px) {
  .sec5 .header-category .categories {
    display: block;
  }

  .sec5 .header-category .categories .col-3 {
    max-width: 99%;
    padding: 6px;
  }
}
@media screen and (max-width: 370px) {
  .main h1 {
    font-size: 19px;
    text-align: center !important;
  }

  .main h4 {
    font-size: 16px;
  }

  .sec2 .card {
    flex-direction: column;
  }

  .sec2 .card .desc .formType {
    display: -webkit-inline-box;
  }

  .sec4 .card img {
    height: 190px;
  }

  .sec4 .btns .academic {
    padding: 7px 25px;
  }

  .sec4 .btns .general {
    padding: 7px 30px;
  }
}
.secII {
  background-image: url("../../../images/web_app/edtek/sec3-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 30vh;
}

.secII .container {
  padding: 15px;
}

.secII .contain {
  display: grid;
  grid-template-columns: 1fr 0.5fr 1fr;
  padding: 15px;
  color: #fff;
}

.secII .title {
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.secII .title span {
  color: #ffc107;
}

.secII .col1, .secII .col2, .secII .col3 {
  text-align: center;
  padding: 5px;
}

.secII .col1 img, .secII .col3 img {
  width: 200px;
  height: 200px;
}

.secII .col2 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secII .col2 img {
  width: 200px;
  margin-top: 20%;
}

@media screen and (max-width: 576px) {
  .secII .container {
    max-width: 80% !important;
  }

  .secII .contain {
    grid-template-columns: 1fr !important;
  }

  .secII .col2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .secII .container {
    max-width: 80% !important;
  }

  .secII .contain {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .secII .col2 {
    display: none;
  }

  .secII .col1, .secII .col3 {
    text-align: center;
    padding: 0px;
    font-size: 12px;
  }
  .secII .col1 img, .secII .col3 img {
    width: 150px;
    height: 185px;
  }

  .sec2 .card {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 992px) {
  .secII .container {
    max-width: 80% !important;
  }

  .secII .contain {
    grid-template-columns: 2fr 2fr;
    gap: 29px;
    font-size: 14px;
  }

  .secII .col2 {
    display: none;
  }

  .left p {
    font-size: 24px;
  }
}
.secIII {
  background-image: url("../../../images/web_app/edtek/sec2-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.secIII .contain {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: #000;
  box-sizing: border-box;
  gap: 10px;
}
.secIII .contain span {
  color: #0953c0;
}

.secIII .mobile-contain {
  display: none;
}

.secIII .col {
  text-align: center;
}
.secIII .col img {
  width: 230px;
}
.secIII .col h3 {
  font-size: 18px;
  font-weight: 600;
}
.secIII .col p {
  font-size: 14px;
}

.secIII .border-right {
  border-right: 1px solid #111;
}

.secIII .title {
  font-size: 33px;
  font-weight: 800;
  text-align: center;
  color: #000;
  padding: 20px 20px;
}
.secIII .title span {
  color: #0953c0;
}

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

  .secIII .border-right {
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  .secIII .col {
    grid-template-columns: 1fr;
    text-align: center;
    border-right: none;
  }
  .secIII .col img {
    width: 80%;
  }

  .secIII .title {
    font-size: 24px;
  }

  .secIII .mobile-contain .col div {
    margin-top: 20px;
  }

  .secIII .border-right {
    border-right: none;
  }

  .secIII .contain {
    display: none;
  }

  .secIII .mobile-contain {
    display: grid;
    grid-template-columns: 1fr !important;
    padding: 15px;
    gap: 30px;
    color: #000;
  }
  .secIII .mobile-contain .col div {
    margin-top: 20px;
  }

  .sec8 .title h3 {
    font-size: 23px !important;
  }

  .sec8 form {
    width: 75% !important;
  }
}
.sec8 {
  background-image: url("../../../images/web_app/edtek/sec2-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 30vh;
  padding: 5%;
}
.sec8 .title h3 {
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
.sec8 .title h3 span {
  color: #9b13c1;
}
.sec8 button {
  background-color: #0a19d5f5;
  border-radius: 20px;
  width: 25%;
}
.sec8 form input {
  border: 2px solid #0a19d5f5;
}
.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;
}
.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;
  }
}
.sec8 .title p {
  font-size: 18px;
  text-align: center;
  color: #000;
  font-weight: 400;
}

.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-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: #27A4DA;
  /* 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: #27A4DA;
}
.ui-explore-course-sec .nav-tabs .nav-link:hover {
  color: #27A4DA;
  /* 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 .card .enroll {
  width: 200px;
  height: 35px;
  padding: 10px 30px 10px 30px;
  gap: 10px;
  border-radius: 32px;
  opacity: 0px;
  background-color: #27A4DA;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 12.28px;
  text-align: center;
  align-self: center;
}

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

.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;
}

.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;
}

.sec5 .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  box-sizing: border-box;
}

.sec5 .swiper-slide {
  width: 320px !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;
}

.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 5px;
}

.ui-free-course-badge {
  position: absolute;
  top: 42px;
  left: 0px;
  color: white;
  background-color: #27A4DA;
  padding-right: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.25px;
  padding: 1px 4px 1px 12px;
}
.ui-free-course-badge:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='4.985' height='18.552' viewBox='0 0 4.985 18.552'%3e%3cg id='Group_12540' data-name='Group 12540' transform='translate(-641.228 -82.748)'%3e%3cpath id='Path_65140' data-name='Path 65140' d='M705.061,120.97h-4.985V102.417l4.985.115-.922,4.187-1.43,4.988Z' transform='translate(-58.848 -19.669)' fill='%2327a4da'/%3e%3cpath id='Path_65141' data-name='Path 65141' d='M641.686,102.533h3.869l-.124,9.219.124,9.219h-3.869' transform='translate(-0.108 -19.669)' fill='none'/%3e%3c/g%3e%3c/svg%3e");
  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 */
}

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

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

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

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

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

.listening {
  width: 100px !important;
  background: #c2ecd4;
  color: #229550;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 3px;
}

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

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

.speaking {
  width: 100px !important;
  background: #fff4c6;
  color: #bca440;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 3px;
}

.sec5 .header-category {
  padding: 80px 0;
}

.sec5 .header-category h2 {
  font-size: 30px;
  text-align: center;
}

.sec5 .header-category .categories {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}

.sec5 .header-category .categories .col-3 {
  flex: 0 0 25%;
  max-width: 24%;
  padding: 0 6px;
}

.sec5 .header-category .categories .cards {
  text-align: center;
  padding: 30px 36px 15px 36px;
  overflow: hidden;
  position: relative;
  display: block;
  color: inherit;
  background-color: #ffffff;
  border-radius: 20px;
  border-bottom: 5px solid #ffffff;
}

.sec5 .header-category .ui-category-listening:hover {
  border-bottom: 5px solid #229550;
}

.sec5 .header-category .ui-category-reading:hover {
  border-bottom: 5px solid #7219e5;
}

.sec5 .header-category .ui-category-writing:hover {
  border-bottom: 5px solid #185efc;
}

.sec5 .header-category .ui-category-speaking:hover {
  border-bottom: 5px solid #bca440;
}

.sec5 .header-category .categories .cards .ui-img {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  display: flex;
}

.sec5 .header-category .categories .cards .ui-img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.sec5 .container {
  padding-top: 5%;
  padding-bottom: 5%;
}