@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.301);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.671);
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

h1,
h2,
h3 {
  color: #222222;
  font-family: "Libre Bodoni", serif;
}

p,
a,
input,
button,
li {
  text-decoration: none;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
}

.btn-a {
  padding: 1rem 2.8rem;
  font-weight: 500;
  border-radius: 10px;
  background: #222222;
  color: white;
  transition: all 0.2s ease-in-out;
}
.btn-a:hover {
  background: #fba009;
  color: #222222;
}

.btn-b {
  padding: 1rem 2.8rem;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  border: 1px solid #222222;
}
.btn-b:hover {
  background: #fba009;
}

h1 {
  font-size: 4.5rem;
  font-weight: 600;
}

h2 {
  font-size: 3.5rem;
}

section {
  max-width: 145rem;
  margin: auto;
}
section .wrap {
  margin-right: 3rem;
  margin-left: 3rem;
  padding-top: 10rem;
}

.hero-element {
  margin-top: 6rem;
}

@media screen and (max-width: 980px) {
  .hero-element {
    margin-top: 7rem;
  }
  section .wrap {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 600px) {
  p,
  a,
  input,
  button,
  li {
    font-size: 1.4rem;
  }
  section .wrap {
    margin-right: 2rem;
    margin-left: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 600px) {
  p,
  a,
  input,
  button,
  li {
    font-size: 1.4rem;
  }
}
header {
  border-bottom: 1px solid #dbdbdb;
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
header .promo-header {
  background: #dbdbdb;
  padding: 0.4rem 2rem;
  display: flex;
  justify-content: center;
}
header .promo-header .mobile-text {
  display: none;
}
header .promo-header .desktop-text {
  display: block;
}
header .promo-header p {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500;
}
header .promo-header #timer {
  width: 120px;
  padding: 0rem 1rem;
}
header .header-wrap {
  max-width: 145rem;
  margin: auto;
}
header .header-wrap .nav-wrap {
  margin-right: 3rem;
  margin-left: 3rem;
  height: 8.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-wrap .nav-wrap .logo {
  font-family: "Libre Bodoni", serif;
  font-size: 35px;
  font-weight: 700;
}
header .header-wrap .nav-wrap .nav a {
  margin-left: 2rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
header .header-wrap .nav-wrap .nav a:hover {
  color: #fba009;
}
header .header-wrap .nav-wrap .nav .btn-a {
  margin-left: 4rem;
}
header .header-wrap .nav-wrap .nav .btn-a:hover {
  color: #222222;
}
header .header-wrap .nav-wrap .mob-nav-btn {
  background: none;
  color: #222222;
  border: none;
  font-size: 2rem;
  display: none;
}
header .header-wrap .mobile-nav {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 3rem;
  margin-left: 3rem;
  margin-bottom: 3rem;
}
header .header-wrap .mobile-nav a {
  margin-bottom: 1.5rem;
}
header .header-wrap .mobile-nav .btn-a {
  margin-top: 1.5rem;
}

@media screen and (max-width: 980px) {
  header .header-wrap .nav-wrap {
    height: 7rem;
  }
  header .header-wrap .nav-wrap .nav {
    display: none;
  }
  header .header-wrap .nav-wrap .mob-nav-btn {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  header .promo-header .mobile-text {
    display: block;
  }
  header .promo-header .desktop-text {
    display: none;
  }
  header .header-wrap .nav-wrap {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  header .header-wrap .mobile-nav {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
footer {
  width: 100%;
  background: #f5f1ed;
  margin-top: 20rem;
}
footer .footer {
  max-width: 145rem;
  margin: auto;
}
footer .footer .footer-wrap {
  margin-right: 3rem;
  margin-left: 3rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer .footer-wrap .left {
  display: flex;
}
footer .footer .footer-wrap .left .column {
  display: flex;
  flex-direction: column;
  margin-right: 6rem;
}
footer .footer .footer-wrap .left .column .title {
  font-weight: 600;
  margin-bottom: 1.6rem;
}
footer .footer .footer-wrap .left .column a {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #808080;
}
footer .footer .footer-wrap .left .column a:hover {
  color: #222222;
}
footer .footer .footer-wrap .right {
  align-self: flex-end;
}
footer .footer .footer-wrap .right img {
  margin-bottom: 2rem;
}
footer .footer .footer-wrap .right .policies {
  display: flex;
  justify-content: end;
}
footer .footer .footer-wrap .right .policies a {
  font-size: 1.4rem;
  color: #808080;
  margin-left: 1.2rem;
}
footer .footer .footer-wrap .right .policies a:hover {
  color: #222222;
}
footer .footer .footer-wrap .right .policies p {
  font-size: 1.4rem;
  color: #808080;
  margin-left: 1.2rem;
}
footer .footer .footer-wrap .right .copyright {
  font-size: 1.4rem;
  color: #808080;
  text-align: right;
  margin-top: 1rem;
}

@media screen and (max-width: 700px) {
  footer {
    margin-top: 10rem;
  }
  footer .footer .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    min-height: 15rem;
    justify-content: center;
  }
  footer .footer .footer-wrap .right {
    align-self: flex-start;
    margin-top: 4rem;
  }
  footer .footer .footer-wrap .right .copyright {
    text-align: left;
  }
  footer .footer .footer-wrap .right img {
    max-width: 100%;
    height: auto;
  }
  footer .footer .footer-wrap .right .policies {
    margin-top: 1rem;
    justify-content: flex-start;
  }
  footer .footer .footer-wrap .right .policies a {
    margin-left: 0rem;
    margin-right: 1.2rem;
  }
  footer .footer .footer-wrap .right .policies p {
    margin-left: 0rem;
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  footer .footer .footer-wrap {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 400px) {
  footer .footer .footer-wrap .left {
    flex-direction: column-reverse;
  }
  footer .footer .footer-wrap .left .column {
    margin-bottom: 4rem;
  }
}
.home-hero {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 2rem;
}
.home-hero .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-hero .left .text {
  border-radius: 3rem 1rem 1rem 1rem;
}
.home-hero .left .text h1 {
  max-width: 42rem;
  margin-bottom: 1.4rem;
}
.home-hero .left .links {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.home-hero .left .links .link {
  width: 33.33%;
  border: 1px dashed #222;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 4rem 1rem;
  border-radius: 1rem;
}
.home-hero .left .links .link img {
  width: 8rem;
}
.home-hero .left .links .link:hover {
  background: #f1f1ef;
}
.home-hero .left .links .link-1 {
  border-radius: 1rem 1rem 1rem 3rem;
}
.home-hero .right {
  width: 50%;
  position: relative;
}
.home-hero .right img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 3rem 3rem 1rem;
}

.course-snippet .img-background {
  background-image: url(/img/631-akademija.jpg);
  min-height: 45rem;
  border-radius: 3rem;
  display: flex;
}
.course-snippet .img-background .blur-background {
  max-width: 47.5rem;
  margin: 8rem 12rem 0rem 12rem;
  padding: 7rem;
  border: 1px solid rgba(255, 255, 255, 0.3098039216);
  border-bottom: none;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.34) 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.course-snippet .img-background .blur-background h2 {
  margin-bottom: 2rem;
}
.course-snippet .img-background .blur-background p {
  margin-bottom: 4rem;
}
.course-snippet .img-background .blur-background .black-btn {
  background: #222;
  color: white;
  border-radius: 90px;
  padding: 0.8rem 2.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.course-snippet .img-background .blur-background .black-btn svg {
  margin-left: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.course-snippet .img-background .blur-background .black-btn:hover svg {
  margin-left: 1.5rem;
}

.portfolio-snippet {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  min-height: 45rem;
}
.portfolio-snippet .col-1 {
  width: 25%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.portfolio-snippet .col-1 .img-1 {
  border-radius: 3rem 1rem 1rem 1rem;
}
.portfolio-snippet .col-1 .img-2 {
  border-radius: 1rem;
}
.portfolio-snippet .col-1 .link {
  width: 100%;
  border: 1px dashed #222;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 4rem 1rem;
  border-radius: 1rem 1rem 1rem 3rem;
}
.portfolio-snippet .col-1 .link img {
  width: 8rem;
}
.portfolio-snippet .col-1 .link:hover {
  background: #f1f1ef;
}
.portfolio-snippet .col-2 {
  width: 25%;
  position: relative;
}
.portfolio-snippet .col-2 img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.portfolio-snippet .col-3 {
  width: 50%;
  position: relative;
}
.portfolio-snippet .col-3 img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 3rem 3rem 1rem;
}

@media screen and (max-width: 1120px) {
  .home-hero {
    gap: 1rem;
  }
  .home-hero .left {
    gap: 1rem;
  }
  .home-hero .left .text {
    padding: 5rem;
  }
  .home-hero .left .text h1 {
    font-size: 3rem;
  }
  .home-hero .left .links {
    gap: 1rem;
  }
  .portfolio-snippet {
    gap: 1rem;
  }
  .portfolio-snippet .col-1 {
    gap: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .home-hero {
    flex-direction: column;
  }
  .home-hero .left {
    width: 100%;
  }
  .home-hero .left .text {
    border-radius: 3rem 3rem 1rem 1rem;
  }
  .home-hero .left .links .link {
    padding: 2rem 1rem;
  }
  .home-hero .left .links .link img {
    width: 5rem;
  }
  .home-hero .left .links .link-1 {
    border-radius: 1rem 1rem 1rem 1rem;
  }
  .home-hero .right {
    width: 100%;
    height: 50rem;
  }
  .home-hero .right img {
    border-radius: 1rem 1rem 3rem 3rem;
  }
  .course-snippet .img-background .blur-background {
    margin: 4rem 6rem 0rem 6rem;
  }
  .course-snippet .img-background .blur-background .black-btn svg {
    display: none;
  }
  .portfolio-snippet {
    min-height: 35rem;
  }
  .portfolio-snippet .col-1 {
    width: 50%;
  }
  .portfolio-snippet .col-2 {
    width: 50%;
  }
  .portfolio-snippet .col-2 img {
    border-radius: 1rem 3rem 3rem 1rem;
  }
  .portfolio-snippet .col-3 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .course-snippet .img-background {
    min-height: 0rem;
  }
  .course-snippet .img-background .blur-background {
    margin: 4rem 3rem 0rem 3rem;
    padding: 4rem;
  }
  .course-snippet .img-background .blur-background h2 {
    font-size: 2.6rem;
  }
  .course-snippet .img-background .blur-background p {
    margin-bottom: 3rem;
  }
  .course-snippet .img-background .blur-background .black-btn {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .course-snippet .img-background .blur-background .black-btn svg {
    display: none;
  }
}
.hero {
  max-width: 145rem;
  margin: auto;
}
.hero .hero-wrap {
  margin-right: 3rem;
  margin-left: 3rem;
  padding-top: 16rem;
  min-height: 84rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .hero-wrap .top-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero .hero-wrap .top-cta h1 {
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}
.hero .hero-wrap .top-cta p {
  max-width: 48rem;
}
.hero .hero-wrap .top-cta .light-text {
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 400;
  margin-top: 1.5rem;
}
.hero .hero-wrap .top-cta .btns {
  margin: 3rem 0rem 3rem 0rem;
  font-weight: 500;
}
.hero .hero-wrap .top-cta .btns a {
  margin: 0rem 1.3rem;
}
.hero .hero-wrap .top-cta .btns .mob-btn {
  display: none;
}
.hero .hero-wrap .light-text {
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 400;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.hero .hero-wrap .hero-images {
  padding-top: 4rem;
  width: 100%;
}
.hero .hero-wrap .hero-images .element-wrap {
  display: flex;
  justify-content: space-between;
}
.hero .hero-wrap .hero-images .element-wrap img {
  border-radius: 20px;
  height: 35rem;
  width: 32%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: #cacaca solid 1px;
}
.hero .hero-wrap .hero-images .element-wrap .hero-mob {
  display: none;
}
.hero .hero-wrap .hero-images .hero-img-mob {
  display: none;
}
.hero .hero-wrap .read-more {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.element {
  max-width: 96rem;
  margin: auto;
}
.element .element-wrap {
  margin-right: 3rem;
  margin-left: 3rem;
}

.video {
  padding-top: 10rem;
}
.video .video-wrap div iframe {
  border-radius: 30px;
}

.highlight-el {
  border-radius: 30px;
  border: 2px solid #f5f1ed;
  padding: 7rem;
}

.program {
  margin-top: 10rem;
  border-radius: 20px;
}
.program h2 {
  margin-bottom: 3rem;
}
.program ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  line-height: 3rem;
}
.program ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 1.5rem;
}
.program ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.program li ol > li {
  margin: 0;
}
.program li ol > li:before {
  content: counters(item, ".") " ";
}

.aditional-info {
  margin-top: 1rem;
}
.aditional-info hr {
  height: 20px;
  border-top: none;
  border-bottom: dashed 1px #dbdbdb;
  border-left: dashed 1px #dbdbdb;
  border-right: dashed 1px #dbdbdb;
}
.aditional-info p {
  text-align: center;
  margin-top: 1rem;
}

.feature {
  margin-top: 8rem;
}
.feature .element-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.feature .element-wrap .text {
  max-width: 48rem;
}
.feature .element-wrap .text .title {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.feature .element-wrap .text .title h2 {
  z-index: 1;
}
.feature .element-wrap .text p {
  margin-top: 1.6rem;
}
.feature .element-wrap .image img {
  width: 36rem;
}

.rev {
  margin-top: 10rem;
}
.rev .element-wrap {
  background: linear-gradient(134deg, rgba(245, 241, 237, 0.7) 0%, rgba(245, 241, 237, 0.2) 100%);
  border: none;
}
.rev .reviews .reviews-wrap {
  display: flex;
  justify-content: space-between;
}
.rev .reviews .reviews-wrap .column {
  width: 48%;
}
.rev .reviews .reviews-wrap .column .review {
  margin-top: 6rem;
}
.rev .reviews .reviews-wrap .column .review .text {
  background: white;
  border-radius: 20px;
  padding: 3rem;
}
.rev .reviews .reviews-wrap .column .review .text img {
  margin-bottom: 1rem;
}
.rev .reviews .reviews-wrap .column .author {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
.rev .reviews .reviews-wrap .column .author img {
  max-width: 5rem;
}
.rev .reviews .reviews-wrap .column .author p {
  margin-left: 1rem;
  font-weight: 600;
}

.teacher {
  padding-top: 10rem;
}
.teacher .element-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.teacher .element-wrap .text-wrap {
  width: 49%;
  border-radius: 20px 5px 5px 5px;
}
.teacher .element-wrap .text-wrap .short-title {
  margin-bottom: 2rem;
}
.teacher .element-wrap .teacher-image {
  width: 49%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 20px 5px 5px;
}
.teacher .element-wrap .portfolio {
  width: 100%;
  margin-top: 2rem;
}

.bottom-cta {
  margin-top: 10rem;
}
.bottom-cta .element-wrap {
  border: none;
  background: linear-gradient(134deg, rgba(245, 241, 237, 0.7) 0%, rgba(245, 241, 237, 0.2) 100%);
}
.bottom-cta h2 {
  margin-bottom: 3rem;
}
.bottom-cta .extra-info {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.bottom-cta .extra-info .limited-offer {
  padding: 0.4rem 1.6rem;
  margin-right: 2rem;
  background: #f1e8e2;
  border-radius: 90px;
}
.bottom-cta .extra-info .date {
  font-size: 1.4rem;
}
.bottom-cta .features-list li {
  background: url(../img/kursai/check-mark.png) no-repeat left top; /* <-- change `left` & `top` too for extra control */
  background-position-y: 5px;
  padding: 3px 0px 3px 25px;
  list-style: none;
  margin: 0;
  margin-bottom: 1.2rem;
}
.bottom-cta .community {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
.bottom-cta .community img {
  margin-right: 0.6rem;
}
.bottom-cta .community p {
  font-size: 12px;
  color: #858585;
}
.bottom-cta .final-cta {
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.bottom-cta .final-cta .price-info {
  display: flex;
  flex-direction: row;
}
.bottom-cta .final-cta .price-info .old-price {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.4rem;
}
.bottom-cta .final-cta .price-info h2 {
  margin: 0rem;
  margin-right: 1.5rem;
}
.bottom-cta .final-cta .price-info img {
  margin-right: 1.5rem;
  transform: translateY(-15px);
}
.bottom-cta .final-cta .btn-a {
  padding: 1.4rem 3.2rem;
  margin-left: 3rem;
}
.bottom-cta .final-cta .btn-a:hover {
  background: #333333;
  color: white;
}
.bottom-cta .final-cta .btn-coupon {
  margin-left: 2rem;
}

.contact-btns {
  margin-top: 2rem;
  display: flex;
}
.contact-btns .contact-btn {
  padding: 0.4rem 1.6rem;
  margin-right: 2rem;
  background: #f5f1ed;
  border-radius: 90px;
}

@media screen and (max-width: 960px) {
  .hero .hero-wrap .hero-images .element-wrap {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .feature .element-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .feature .element-wrap .text {
    max-width: 100%;
  }
  .feature .element-wrap .text .btn-b {
    display: none;
  }
  .feature2 .element-wrap {
    flex-direction: column-reverse;
  }
  .teacher .element-wrap {
    flex-direction: column;
  }
  .teacher .element-wrap .text-wrap {
    width: 100%;
    border-radius: 20px 20px 5px 5px;
  }
  .teacher .element-wrap .teacher-image {
    width: 100%;
    border-radius: 5px;
    margin-top: 2rem;
  }
  .teacher .element-wrap .portfolio {
    border-radius: 5px 5px 20px 20px;
  }
  .aditional-info {
    margin-top: 0rem;
  }
  .rev .reviews .reviews-wrap {
    flex-direction: column;
  }
  .rev .reviews .reviews-wrap .column {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero-wrap {
    padding-top: 14rem;
    height: auto;
    margin-right: 2rem;
    margin-left: 2rem;
    min-height: auto;
    margin-bottom: 2rem;
  }
  .hero .hero-wrap .top-cta h1 {
    font-size: 3rem;
  }
  .hero .hero-wrap .top-cta .btns {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 0rem;
  }
  .hero .hero-wrap .top-cta .btns .mob-btn {
    display: block;
  }
  .hero .hero-wrap .top-cta .btns .btn-a,
  .hero .hero-wrap .top-cta .btns .btn-b {
    padding: 0.8rem 1.8rem;
  }
  .hero .hero-wrap .top-cta .btns .btn-1 {
    border-radius: 10px 5px 5px 10px;
    margin-right: 0.2rem;
    border: 1px solid #222222;
    background: none;
    color: #222222;
  }
  .hero .hero-wrap .top-cta .btns .btn-1:hover {
    background: #fba009;
  }
  .hero .hero-wrap .top-cta .btns .btn-2 {
    border-radius: 5px;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }
  .hero .hero-wrap .top-cta .btns .btn-3 {
    border-radius: 5px 10px 10px 5px;
    margin-left: 0.2rem;
  }
  .hero .hero-wrap .top-cta .btns .video-link {
    display: none;
  }
  .hero .hero-wrap .top-cta .btns a {
    margin: 1rem 0rem;
  }
  .hero .hero-wrap .light-text {
    text-align: center;
  }
  .hero .hero-wrap .credit-text {
    display: none;
  }
  .hero .hero-wrap .hero-images {
    display: none;
  }
  .hero .hero-wrap .read-more {
    display: none;
  }
  .element .element-wrap {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .video {
    padding-top: 2rem;
  }
  .video .video-wrap div iframe {
    border-radius: 20px;
    outline: none;
  }
  .highlight-el {
    padding: 4rem 3rem;
  }
  .highlight-el h2 {
    font-size: 2.4rem;
  }
  .program {
    margin-top: 5rem;
  }
  .program ol {
    line-height: 2.4rem;
  }
  .feature {
    margin-top: 8rem;
  }
  .feature .element-wrap .text p {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .feature .element-wrap .text .title h2 {
    font-size: 2.4rem;
  }
  .feature .element-wrap .text .title .line {
    display: none;
  }
  .feature .element-wrap .image {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    padding: 3rem;
    background: linear-gradient(134deg, rgba(245, 241, 237, 0.7) 0%, rgba(245, 241, 237, 0.2) 100%);
  }
  .feature .element-wrap .image img {
    width: 100%;
    max-width: 23rem;
  }
  .rev {
    margin-top: 8rem;
  }
  .rev .reviews .reviews-wrap .column .review {
    margin-top: 3rem;
  }
  .teacher {
    padding-top: 8rem;
  }
  .teacher .element-wrap .teacher-image {
    margin-top: 1rem;
  }
  .teacher .element-wrap .portfolio {
    margin-top: 1rem;
  }
  .bottom-cta {
    margin-top: 8rem;
  }
  .bottom-cta .extra-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .bottom-cta .extra-info .limited-offer {
    margin-bottom: 1rem;
  }
  .bottom-cta .final-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .bottom-cta .final-cta h2 {
    margin-bottom: 1rem;
    font-size: 2.7rem;
  }
  .bottom-cta .final-cta img {
    display: none;
  }
  .bottom-cta .final-cta .btn-a {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
    margin-left: 0rem;
  }
  .bottom-cta .final-cta .btn-coupon {
    margin-left: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .bottom-cta .final-cta .btn-coupon i {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 2.6rem !important;
  }
  h2 {
    font-size: 2.2rem !important;
  }
  .contact-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-btns .contact-btn {
    margin-right: 0rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.faq-section {
  margin-top: 10rem;
}
.faq-section .faq {
  margin-top: 2rem;
}
.faq-section .faq .fullwidth-container {
  width: 100%;
}
.faq-section .faq .collapsible {
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
}
.faq-section .faq .line-heading:after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  text-shadow: none;
  transition: all 0.6s ease-in-out 0s;
}
.faq-section .faq #faqSection {
  margin-top: 2rem;
  display: flex;
  width: 100%;
}
.faq-section .faq div {
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.faq-section .faq #faqSection .collapsible {
  font-family: "Poppins", sans-serif;
  background-color: white;
  border: 2px #f2e0dc solid;
  border-radius: 10px;
  color: #222222;
  width: 100%;
  padding: 2rem 3rem;
  font-size: 1.6rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-section .faq #faqSection .collapsible:after {
  content: "+";
  font-weight: bold;
  float: right;
  margin-left: 1rem;
}
.faq-section .faq #faqSection .active:after {
  content: "−";
}
.faq-section .faq #faqSection .faq-content {
  overflow: hidden;
  width: 100%;
  padding: 0.6rem;
  transition: all 0.25s ease-in-out 0s;
  background: white;
  border: 2px #f2e0dc solid;
  border-radius: 10px;
  border-top: none;
  max-height: 0px;
  visibility: hidden;
}
.faq-section .faq #faqSection .faq-content p {
  color: #222222;
  font-size: 14px;
  padding: 2rem 3rem;
  width: 100%;
}
.faq-section .faq #faqSection .faq-content a {
  color: #222222;
  font-size: 14px;
  text-decoration: underline;
}

.more-faq {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1.5rem;
  align-self: center;
}
.more-faq:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .faq-section .faq h2 {
    font-size: 2.4rem;
  }
  .faq-section .faq .collapsible {
    font-size: 1.4rem;
  }
  .faq-section .faq #faqSection .collapsible {
    font-size: 1.4rem;
  }
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.blog-grid .post {
  width: 100%;
}
.blog-grid .post img {
  width: 100%;
  border-radius: 3rem 3rem 1rem 1rem;
}
.blog-grid .post .highlight-el {
  padding: 3rem;
  border-radius: 1rem 1rem 3rem 3rem;
}
.blog-grid .post .highlight-el h3 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.blog-grid .post .highlight-el p {
  margin-bottom: 1rem;
}
.blog-grid .post .highlight-el .button {
  background: rgb(240, 240, 240);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
  font-weight: 500;
  border-radius: 90px;
  margin-top: 2rem;
  transition: all 0.3s ease-in-out;
}
.blog-grid .post:hover .highlight-el .button {
  background: #222;
  color: white;
}

.blog-post {
  max-width: 74rem;
  margin: auto;
}
.blog-post .post-hero {
  margin-top: 10rem;
  padding-top: 6rem;
  margin-right: 3rem;
  margin-left: 3rem;
}
.blog-post .post-hero h1 {
  margin-bottom: 1rem;
}
.blog-post .post-hero .author-meta {
  margin-bottom: 2rem;
  color: #a8a8a8;
}
.blog-post .post-hero .description {
  margin-bottom: 4rem;
}
.blog-post .post-hero img {
  width: 100%;
  border-radius: 3rem;
}
.blog-post .post-hero p {
  font-size: 18px;
  line-height: 180%;
}
.blog-post .post-content {
  margin-right: 3rem;
  margin-left: 3rem;
  margin-top: 5rem;
}
.blog-post .post-content .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  z-index: 1;
}
.blog-post .post-content .video-container .youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.blog-post .post-content h2 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.blog-post .post-content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 180%;
}
.blog-post .post-content p a {
  text-decoration: underline;
  font-size: 18px;
  line-height: 180%;
}
.blog-post .post-content img {
  width: 100%;
  border-radius: 3rem;
  margin: 2rem 0rem;
}
.blog-post .post-content ul {
  margin-left: 2rem;
}
.blog-post .post-content ul li {
  font-size: 18px;
  line-height: 180%;
}
.blog-post .post-content ul li a {
  color: #858585;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  line-height: 180%;
}
.blog-post .post-content ul li a:hover {
  color: black;
}
.blog-post .post-content ol {
  margin-left: 3rem;
  font-size: 18px;
  line-height: 180%;
}
.blog-post .post-content ol li {
  font-size: 18px;
  line-height: 180%;
}

@media screen and (max-width: 500px) {
  .blog-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
.about-hero .left .text {
  border-radius: 3rem 1rem 1rem 3rem;
}
.about-hero .left .text p {
  margin-top: 5rem;
}

.team h2 {
  text-align: center;
  width: 100%;
}
.team .members {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2rem;
  margin-top: 4rem;
}
.team .members .member {
  width: 33.33%;
  height: 100%;
}
.team .members .member img {
  width: 100%;
  border-radius: 3rem 3rem 1rem 1rem;
  margin-bottom: 1rem;
}
.team .members .member .highlight-el {
  border-radius: 1rem 1rem 3rem 3rem;
  padding: 4rem;
  height: auto;
}
.team .members .member .highlight-el h3 {
  font-size: 2.4rem;
}

@media screen and (max-width: 1000px) {
  .team .members {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0rem;
  }
  .team .members .member {
    width: 49%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .about-hero .left .text {
    border-radius: 3rem 3rem 1rem 1rem;
  }
  .team .title {
    margin-top: 4rem;
  }
  .team .members {
    flex-direction: column;
  }
  .team .members .member {
    width: 100%;
  }
  .team .members .member .highlight-el {
    padding: 3rem;
  }
  .team .members .member .highlight-el h3 {
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */