/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@font-face {
  font-family: "Alcantera";
  font-weight: normal;
  src: url("../fonts/Alcantera-Script.ttf") format("truetype");
}
@font-face {
  font-family: "Alcantera";
  font-weight: bold;
  src: url("../fonts/Alcantera-Serif.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaStd";
  font-weight: bold;
  src: url("../fonts/FuturaStd-Book.woff") format("woff");
}
@font-face {
  font-family: "FuturaStd";
  font-weight: normal;
  src: url("../fonts/FuturaStd-Light.woff") format("woff");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(182, 177, 169);
  text-decoration: none !important;
}
a:hover {
  color: rgb(61, 61, 61);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FuturaStd", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
html {
  background: rgb(243, 102, 59);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "FuturaStd", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  direction: ltr;
  background: rgb(232, 236, 235);
  color: rgb(61, 61, 61);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;*/
  display: flex;
  flex-direction: column;
}
.overlay-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-weight: normal;
  font-family: "FuturaStd", sans-serif;
  font-weight: Bold;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(242, 242, 242);
  padding: 40px;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 10px;
}
.pagination > li > a,
.pagination > li > .page-link.current {
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination > li > a.page-link:hover,
.pagination > li > .page-link.current {
  color: rgb(51, 51, 51);
}
/*Custom*/
.container-fluid {
  max-width: 1400px;
}
.section {
  position: relative;
  z-index: 1;
}
.section-wrapper {
  padding: 100px 0;
}
.section-cover {
  position: relative;
}
.section-cover img {
  width: 100%;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-title {
  color: rgb(61, 61, 61);
  font-family: "Alcantera";
  letter-spacing: 5px;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}
.section-btn:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  margin-left: 15px;
}
.tbutton {
  height: 46px;
  border-radius: 46px;
  padding: 0 24px;
  font-weight: bold;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: rgb(243, 102, 59);
  color: rgb(255, 255, 255);
}
.tbutton-primary-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(243, 102, 59);
}
.tbutton-primary-outline {
  background: none;
  border-color: rgb(243, 102, 59);
  color: rgb(243, 102, 59);
}
.tbutton-primary-outline:hover {
  background: rgb(243, 102, 59);
  border-color: rgb(243, 102, 59);
  color: rgb(255, 255, 255);
}
.tbutton-secondary-fill {
  background: rgb(61, 61, 61);
  color: rgb(255, 255, 255);
}
.tbutton-secondary-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(61, 61, 61);
}
.tbutton-secondary-outline {
  background: none;
  border-color: rgb(61, 61, 61);
  color: rgb(61, 61, 61);
}
.tbutton-secondary-outline:hover {
  background: rgb(261, 61, 61);
  border-color: rgb(61, 61, 61);
  color: rgb(255, 255, 255);
}
#header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: 0.2s ease-in-out;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.nav-toggle {
  color: rgb(61, 61, 61);
  font-size: 24px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.nav-toggle:hover {
  color: rgb(61, 61, 61);
}
.music-card {
  position: relative;
  background-color: rgba(100, 57, 15, 0.2);
  border: 1px solid transparent;
  padding: 8px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.music-card:hover {
  border-color: rgba(100, 57, 15, 0.5);
}
.album-card {
  box-shadow: 0 -10px 0 -5px rgba(100, 57, 15, 0.2),
    0 -20px 0 -10px rgba(100, 57, 15, 0.2);
}
.music-list {
  counter-reset: music-counter;
}
.music-list > div {
  counter-increment: music-counter;
}
.music-list .music-card {
  display: flex;
}
.music-list .music-card .music-card-title:before {
  content: counter(music-counter, decimal) "- ";
}
.music-card-header {
  position: relative;
  overflow: hidden;
}
.music-card-header::before {
  padding-top: 100%;
  content: "";
  display: block;
}
.music-list .music-card-header {
  width: 70px;
  margin-right: 10px;
}
.music-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.music-card:hover .music-card-img {
  filter: grayscale(1);
}
.music-grid .music-card-body {
  padding: 15px 0 0;
  text-align: center;
}
.music-card-title {
  font-size: 20px;
  margin: 0;
}
.music-list .music-card-title {
  font-size: 17px;
}
.music-card-subtitle {
  font-size: 15px;
  font-weight: normal;
}
.music-card-subtitle > span:not(:last-child)::after {
  content: ",";
  display: inline;
  margin-right: 4px;
}
.video-card {
  position: relative;
  background-color: rgba(100, 57, 15, 0.2);
  border: 1px solid transparent;
  padding: 8px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.video-card:hover {
  border-color: rgba(100, 57, 15, 0.5);
}
.video-card-header {
  position: relative;
  overflow: hidden;
}
.video-card-header:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.video-card:hover .video-card-img {
  filter: grayscale(1);
}
.video-card-body {
  padding: 15px 0 0;
}
.video-card-title {
  font-size: 20px;
  margin: 0;
}
.blog-card {
  position: relative;
  background-color: rgba(100, 57, 15, 0.2);
  border: 1px solid transparent;
  padding: 8px;
  height: 100%;
  border-radius: 12px;
}
.blog-card:hover {
  border-color: rgba(100, 57, 15, 0.5);
}
.blog-card-header {
  position: relative;
}
.blog-card-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.blog-card:hover .blog-card-img {
  filter: grayscale(1);
}
.blog-card-body {
  padding: 15px 0 0;
}
.blog-card-title {
  font-size: 20px;
  margin: 0;
}
.artist-card {
  position: relative;
  background-color: rgba(100, 57, 15, 0.2);
  border: 1px solid transparent;
  padding: 8px;
  height: 100%;
  border-radius: 12px;
}
.artist-card:hover {
  border-color: rgba(100, 57, 15, 0.5);
}
.artist-card-header {
  position: relative;
  overflow: hidden;
}
.artist-card-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.artist-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.artist-card:hover .artist-card-img {
  filter: grayscale(1);
}
.artist-card-body {
  padding: 10px 0 0;
  text-align: center;
}
.artist-card-title {
  font-size: 20px;
  margin: 0;
}
.event-card {
  height: 100%;
  background-color: rgba(100, 57, 15, 0.2);
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.event-card:hover {
  border-color: rgba(100, 57, 15, 0.5);
}
.event-card-header {
  min-width: 60px;
  max-width: 60px;
  background: rgb(61, 61, 61);
  color: rgb(239, 209, 181);
  border-radius: 10px;
  font-size: 13px;
  padding: 10px;
  text-transform: capitalize;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.event-card-header > span {
  display: block;
}
.event-card-title {
  font-size: 20px;
  margin: 0;
}
.event-card-subtitle {
  font-size: 15px;
  margin: 0;
}
.event-card-btn {
  background: rgb(243, 102, 59);
  color: rgb(239, 209, 181);
  border-radius: 12px 0 0 0;
  line-height: 1;
  padding: 10px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.course-card {
  position: relative;
  background-color: rgba(100, 57, 15, 0.2);
  border: 1px solid transparent;
  padding: 8px;
  height: 100%;
  border-radius: 12px;
}
.course-card:hover {
  border-color: rgba(100, 57, 15, 0.5);
}
.course-card-header {
  position: relative;
}
.course-card-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.course-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.course-card:hover .course-card-img {
  filter: grayscale(1);
}
.course-card-body {
  padding: 15px 0 0;
}
.course-card-title {
  font-size: 20px;
  margin: 0;
}
.gallery-grid > div,
.gallery-grid-inner > div {
  float: left;
}
.gallery-grid > div::after,
.gallery-grid-inner > div::after {
  clear: both;
  display: block;
  content: "";
}
.gallery-grid {
  margin: -10px;
}
.gallery-card {
  padding: 10px;
}
.gallery-card-header {
  position: relative;
}
.gallery-card-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.gallery-card-size-1 .gallery-card-header:before {
  padding-top: calc(100% - 20px);
}
.gallery-card-size-2 .gallery-card-header:before {
  padding-top: calc(200% - 20px);
}
.gallery-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.gallery-card:hover .gallery-card-img {
  filter: grayscale(1);
}
#footer {
  margin-top: auto;
  padding: 60px 0;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
.social-nav {
  display: flex;
  align-items: center;
  font-size: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-nav > li + li {
  margin: 0 0 0 15px;
}
.entry-media video,
.entry-media iframe {
  width: 100% !important;
}
.entry-footer iframe {
  height: 80px;
}
.entry-cover {
  position: relative;
  z-index: 1;
}
.entry-cover > img {
  width: 100%;
}
.entry-meta {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.entry-meta > li + li {
  margin-top: 10px;
}
.entry-meta > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
.entry-header + .entry-content,
.entry-footer {
  margin-top: 30px;
}
.entry-title {
  font-size: 30px;
  margin: 0;
}
.entry-subtitle {
  font-size: 20px;
  margin: 10px 0 0;
}
.entry-cover + .entry-title {
  margin-top: 15px;
}
.entry-preview-audio {
  width: 100%;
  margin: 15px 0 0;
}
.subsection + .subsection {
  margin-top: 20px;
}
.subsection-header {
  margin: 0 0 15px;
}
.subsection-title {
  font-size: 24px;
}
#header + #page-body {
  margin-top: 100px;
}
#page-header {
  padding: 100px 0 50px;
  text-align: center;
}
.page-title {
  font-family: "Alcantera";
  letter-spacing: 5px;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}
#page-body {
  padding: 30px 0 100px;
}
#header.sticky {
  background: rgba(230, 228, 216, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
#navigation {
  background: rgb(243, 102, 59);
  width: 350px;
  max-width: 85%;
  height: 100vh;
  padding: 50px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2002;
  overflow-y: scroll;
  transition: all 0.3s ease-out;
  backface-visibility: hidden;
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  visibility: hidden;
}
#navigation.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
#navigation ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation > ul > li > a {
  font-family: "Alcantera";
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 5px;
}
#navigation > ul > li > a:hover,
#navigation > ul > li.current-menu-item > a {
  color: rgb(61, 61, 61);
}
#navigation > ul > li + li {
  margin-top: 30px;
}
.nav-toggle {
  width: 50px;
  height: 50px;
  background: rgba(10, 10, 10, 0.3);
  backdrop-filter: blur(3px);
  color: rgb(255, 255, 255);
  font-size: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  padding: 0;
}
.nav-toggle:hover {
  box-shadow: none;
  background: radial-gradient(
    circle 964.7px at 10% 20%,
    rgba(0, 0, 0, 1) 0%,
    rgba(46, 52, 79, 1) 44%,
    rgba(187, 187, 187, 1) 100.1%
  );
  color: rgb(255, 255, 255);
}
.lang-nav {
  display: inline-flex;
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
  border-radius: 36px;
  overflow: hidden;
}
.lang-nav > li > a {
  width: 46px;
  height: 36px;
  background: rgba(10, 10, 10, 0.3);
  backdrop-filter: blur(3px);
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lang-nav > li > a:hover {
  background: radial-gradient(
    circle 964.7px at 10% 20%,
    rgba(0, 0, 0, 1) 0%,
    rgba(46, 52, 79, 1) 44%,
    rgba(187, 187, 187, 1) 100.1%
  );
  color: rgb(255, 255, 255);
}
.lang-nav > li.active {
  pointer-events: none;
  cursor: default;
}
.section-intro .section-wrapper {
  padding: 100px 0 0;
}
.section-intro .section-cover::before {
  padding-top: 115%;
  content: "";
  display: block;
}
.section-intro .section-cover > video,
.section-intro .section-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.section-intro .section-cover::after,
.section-intro .section-cover > video,
.section-intro .section-cover > img {
  border-radius: 9000px 9000px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-intro::before,
.section-intro::after {
  width: 100vw;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.section-intro::before {
  background: rgb(243, 102, 59);
  height: 200px;
}
.section-intro::after {
  background: rgb(61, 61, 61);
  bottom: 80px;
  height: 2px;
}
.section-intro .section-cover::after {
  border: 2px solid rgb(61, 61, 61);
  width: calc(100% + 60px);
  height: calc(100% + 30px);
  transform: translateX(-30px);
  border-bottom: none;
  z-index: -1;
  content: "";
}
.section-intro .section-cover > span::before,
.section-intro .section-cover > span::after {
  background: rgb(61, 61, 61);
  width: 20px;
  height: 20px;
  z-index: 1;
  position: absolute;
  content: "";
}
.section-intro .section-cover > span:nth-of-type(1)::before,
.section-intro .section-cover > span:nth-of-type(1)::after {
  left: -29px;
  transform: translate(-50%, 50%) rotate(45deg);
}
.section-intro .section-cover > span:nth-of-type(2)::before,
.section-intro .section-cover > span:nth-of-type(2)::after {
  right: -29px;
  transform: translate(50%, 50%) rotate(45deg);
}
.section-intro .section-cover > span:nth-of-type(1)::before,
.section-intro .section-cover > span:nth-of-type(2)::before {
  bottom: 81px;
}
.section-intro .section-cover > span:nth-of-type(1)::after,
.section-intro .section-cover > span:nth-of-type(2)::after {
  bottom: 320px;
}
.section-intro .section-title {
  font-size: 12vh;
  word-spacing: 1000px;
  line-height: 1;
}
.section-intro .section-title > strong {
  font-weight: normal;
  font-size: 22vh;
}
.footer-inner {
  background: rgb(61, 61, 61);
  color: rgb(230, 228, 216);
  padding: 60px 40px;
  border-radius: 12px;
  position: relative;
}
.footer-inner a {
  color: rgb(243, 102, 59);
}
.footer-inner a:hover {
  color: rgb(255, 255, 255);
}
.fblock-header {
  margin: 0 0 15px;
}
.fblock-title {
  font-size: 20px;
  margin: 0;
}
.copyright {
  text-align: center;
  font-weight: bold;
}
.section-course .section-desc {
  margin: 20px 0;
}
/*Plugins*/
body.lg-on {
  overflow: hidden;
}
.lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgba(100, 57, 15, 0.5);
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/

@media (max-width: 767.98px) {
  .section-intro::before {
    bottom: 46px;
  }
  .section-intro {
    overflow: hidden;
    padding-bottom: 46px;
  }
  .section-intro::after {
    display: none;
  }
  .section-intro .section-btn {
    transform: translateY(50%);
  }
  .section-intro .section-cover {
    margin: 15px 15px 0;
  }
  .section-intro .section-cover::after {
    height: calc(100% + 60px);
    transform: translate(-30px, 30px);
    border-bottom: 2px solid rgb(61, 61, 61);
  }
  .section-intro .section-cover > span:nth-of-type(1)::before,
  .section-intro .section-cover > span:nth-of-type(2)::before {
    bottom: 15%;
  }
  .section-intro .section-cover > span:nth-of-type(1)::after,
  .section-intro .section-cover > span:nth-of-type(2)::after {
    bottom: 35%;
  }
  .section-intro .section-content {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section-full {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-intro {
    justify-content: end;
  }
  .section-intro .section-content {
    padding-bottom: 177px;
  }
  .section-course .section-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
