/*!
 * Start Bootstrap - Agency v5.0.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  color: black;
  background-color: #5941FF;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

body.js-no-scroll {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
}

p {
  line-height: 1.75;
}

a {
  color: white;
}

a:hover {
  color: #e6e6e6;
  text-decoration: none;
}

.responsive-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.responsive-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.youtube {
  background-color: #000;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.9;
}

.youtube .play-button {
  width: 68px;
  height: 48px;
  background-color: #f00;
  z-index: 1;
  border-radius: 14px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 20.0px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

section {
  padding: 75px 0;
}

.btn {
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0;
  border-width: 2px;
  white-space: normal;
}

::-moz-selection {
  background: grey;
  text-shadow: none;
}

::selection {
  background: grey;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
  section {
    padding: 40px 0;
  }
  section h2.wt-section-title {
    font-size: 20px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 740px;
  }
  section {
    padding: 60px 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

header .logo {
  text-align: center;
}

header .logo img {
  width: 150px;
}

header .logo div {
  color: white;
  margin-top: 10px;
}

section#main .upper-btn a {
  display: inline-block;
  background-color: white;
  border-radius: 6px;
  padding: 5px 10px;
  color: #6460A9;
}

section#main .main-card {
  background-color: white;
  padding: 25px 40px;
  border-radius: 6px;
}

section#main .main-card .lesson-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

section#main .main-card .lesson-header span {
  min-width: 75px;
}

section#main .main-card .lesson-header button {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #5b5ba7;
}

section#main .main-card .lesson-header button:hover {
  text-decoration: underline;
}

section#main .main-card .lesson-body {
  position: relative;
  padding: 15px 0;
}

section#main .main-card .lesson-body .card-tasks {
  margin-top: 20px;
}

section#main .main-card .lesson-body .card-tasks a {
  display: block;
  margin-bottom: 10px;
  color: #2994B8;
}

@media (max-width: 575px) {
  section#main {
    padding-top: 0;
  }
  section#main .main-card {
    padding: 20px;
  }
}

