@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");
@font-face {
  font-family: 'mangsi';
  src: url("mangsi-pkm2g-webfont.woff2") format("woff2"), url("mangsi-pkm2g-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

p {
  font-family: 'DM Sans'; }

.widget-area {
  display: none; }

.sidebar .site-main {
  margin: 0; }

.site-header .site-branding img {
  max-width: 350px; }

.corp-container {
  max-width: 100%;
  padding: 0; }

.site-container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 15px; }

.page-container {
  margin: 0 auto;
  max-width: 800px;
  padding: 100px 15px; }
  .page-container p {
    font-size: 18px;
    color: #000; }
  .page-container .entry-title {
    font-size: 40px;
    font-weight: normal;
    text-align: center; }

.site-footer {
  margin-top: 0; }

.site-header {
  margin-bottom: 0; }

.site-header .site-header-inner {
  align-items: center; }

h1 {
  font-family: 'mangsi' !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 120%;
  color: #000; }

h2 {
  font-family: 'mangsi' !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 130%;
  color: #000; }

button {
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 20px 50px;
  font-family: 'DM Sans';
  font-size: 15px; }
  button a {
    color: #fff !important; }

section.hero {
  background: url("https://elena.miamiclassesonelproff.com/wp-content/uploads/2022/07/hero.png") no-repeat #DFDDDE;
  background-size: cover;
  background-position: top center;
  position: relative;
  height: 800px;
  width: 100%; }
  section.hero p {
    font-size: 26px;
    color: #000;
    font-family: 'DM Sans';
    font-weight: 400;
    padding-right: 20%;
    line-height: 155%; }
  section.hero h1 {
    margin-bottom: 0; }
  section.hero .hero-text {
    position: absolute;
    left: auto;
    width: 45%;
    top: 50%;
    transform: translateY(-35%); }
  section.hero .hero-name {
    text-align: right;
    position: absolute;
    right: 50%;
    bottom: 30px;
    transform: translateX(400%); }
    section.hero .hero-name p {
      font-size: 13px;
      padding: 0; }
      section.hero .hero-name p span {
        font-weight: bold; }

section.featured {
  background: #252525;
  padding: 55px 0; }
  section.featured .featured-logos {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    section.featured .featured-logos h3 {
      font-family: 'mangsi';
      font-weight: normal;
      text-transform: uppercase;
      color: #E0DEDF;
      font-size: 43px;
      margin-bottom: 0; }
    section.featured .featured-logos img {
      height: 120px; }
    section.featured .featured-logos img.f_logo {
      width: 120px;
      height: auto; }

section.about_one {
  padding: 90px 0 0; }
  section.about_one .banners {
    display: flex;
    justify-content: space-between; }
    section.about_one .banners div {
      width: 48%;
      min-height: 250px;
      background: #f00;
      border-radius: 20px;
      box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
      position: relative;
      z-index: 2;
      background-position: center;
      background-size: cover;
      padding: 45px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      transition: 1s; }
      section.about_one .banners div:hover {
        transform: scale(1.03); }
      section.about_one .banners div h3 {
        font-family: 'mangsi';
        text-transform: uppercase;
        position: relative;
        z-index: 4;
        color: #fff;
        font-weight: normal;
        line-height: 140%;
        margin-top: 0;
        padding-right: 100px;
        font-size: 30px; }
      section.about_one .banners div button {
        background: #fff;
        color: #000;
        position: relative;
        z-index: 4;
        padding: 15px 44px;
        font-size: 12px; }
        section.about_one .banners div button a {
          color: #000 !important; }
      section.about_one .banners div:before {
        position: absolute;
        background: linear-gradient(90deg, #252525 0%, rgba(37, 37, 37, 0) 264.81%);
        content: '';
        height: 100%;
        width: 100%;
        border-radius: 20px;
        z-index: 3;
        top: 0;
        left: 0; }
  section.about_one .about_one_text {
    display: flex;
    align-items: center;
    margin-top: 50px; }
    section.about_one .about_one_text .left {
      width: 35%;
      flex: 0 0 auto; }
      section.about_one .about_one_text .left img {
        margin-left: -20%;
        display: block; }
    section.about_one .about_one_text .right p {
      font-size: 18px;
      color: #000;
      font-family: 'DM Sans';
      line-height: 166%;
      padding-right: 10%; }
    section.about_one .about_one_text .right .about_bottom {
      display: flex;
      justify-content: space-between;
      margin-top: 50px; }
      section.about_one .about_one_text .right .about_bottom p {
        font-weight: bold; }
      section.about_one .about_one_text .right .about_bottom img {
        margin: 0; }
      section.about_one .about_one_text .right .about_bottom .left {
        flex: 0 0 auto;
        width: 50%; }
      section.about_one .about_one_text .right .about_bottom .right {
        flex: 0 0 auto;
        width: 50%;
        text-align: right;
        padding-right: 10%; }
        section.about_one .about_one_text .right .about_bottom .right img {
          height: 60px; }
        section.about_one .about_one_text .right .about_bottom .right p {
          margin-bottom: 10px;
          padding-right: 0; }

section.facts {
  padding: 50px 0;
  background: url("https://elena.miamiclassesonelproff.com/wp-content/uploads/2022/07/facts_background.png") no-repeat;
  background-size: cover;
  background-position: center; }
  section.facts .facts-flex {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto; }
    section.facts .facts-flex .facts-col {
      text-align: center; }
      section.facts .facts-flex .facts-col h2 {
        font-size: 86px;
        color: #fff;
        margin-bottom: -20px;
        line-height: 130%;
        margin-top: 0; }
      section.facts .facts-flex .facts-col p {
        font-family: 'DM Sans';
        color: #fff;
        text-transform: uppercase;
        line-height: 140%;
        font-size: 24px;
        margin-bottom: 0; }

section.about-two .about-two-flex {
  display: flex;
  align-items: center; }
  section.about-two .about-two-flex img {
    display: block; }
  section.about-two .about-two-flex p {
    font-family: 'DM Sans';
    color: #000;
    font-size: 18px;
    padding-right: 10%; }
    section.about-two .about-two-flex p span {
      font-weight: bold; }
  section.about-two .about-two-flex .right {
    width: 40%;
    flex: 0 0 auto; }
  section.about-two .about-two-flex .social {
    display: flex;
    margin-top: 50px; }
    section.about-two .about-two-flex .social a {
      display: flex;
      width: 40%;
      align-items: center; }
    section.about-two .about-two-flex .social h4 {
      font-family: 'mangsi';
      text-transform: uppercase;
      font-weight: normal;
      line-height: 130%;
      font-size: 22px;
      margin-left: 24px;
      margin-bottom: 0;
      margin-top: 7px; }
    section.about-two .about-two-flex .social img {
      width: 60px; }

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  width: 100%;
  margin-bottom: 30px;
  padding: 25px 35px;
  font-family: 'DM Sans';
  font-size: 18px !important;
  border-radius: 15px; }

.wpcf7-form textarea {
  height: 150px; }

.form_line_flex {
  display: flex !important;
  justify-content: space-between !important; }

.divider {
  width: 30px;
  height: 100%; }

section.form {
  background: #252525;
  padding: 80px 0; }
  section.form h2 {
    color: #E0DEDF;
    margin: 0; }
  section.form p {
    font-size: 18px;
    color: #E0DEDF;
    padding-right: 30%;
    margin-bottom: 0; }
  section.form .form-flex {
    display: flex; }
    section.form .form-flex .left {
      width: 40%; }
    section.form .form-flex .right {
      width: 60%; }
      section.form .form-flex .right p {
        padding-right: 0; }

input[type=button], input[type=reset], input[type=submit] {
  background: linear-gradient(89.16deg, #F6B3B3 4.23%, #EFD4FA 99.27%);
  border-radius: 14px;
  padding: 20px 60px;
  font-size: 18px;
  letter-spacing: 0; }

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background: #fff;
  color: #000; }

section.footer-block {
  padding: 70px 0;
  background: #000; }
  section.footer-block .footer-block-flex {
    display: flex;
    justify-content: space-between; }
    section.footer-block .footer-block-flex img {
      max-width: 230px; }
    section.footer-block .footer-block-flex h5 {
      font-family: 'mangsi';
      color: #E0DEDF;
      font-size: 30px;
      text-transform: uppercase; }
    section.footer-block .footer-block-flex p, section.footer-block .footer-block-flex a {
      font-size: 18px;
      color: #E0DEDF;
      margin-bottom: 0;
      line-height: 200%; }
  section.footer-block .footer_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    border-top: 1px solid rgba(224, 222, 223, 0.22);
    padding-top: 10px; }
    section.footer-block .footer_bottom a, section.footer-block .footer_bottom p {
      color: rgba(224, 222, 223, 0.22);
      font-size: 14px;
      font-family: 'DM Sans'; }
    section.footer-block .footer_bottom a:first-child {
      margin-right: 30px; }

.page-cover {
  height: 500px;
  width: 100%;
  background: url("https://elena.miamiclassesonelproff.com/wp-content/uploads/2022/07/pexels-moose-photos-1029894-scaled.jpeg") no-repeat;
  background-size: cover;
  background-position: center center; }

#mobile-navigation ul li a {
  text-align: center;
  font-size: 18px;
  font-family: 'DM Sans'; }

@media (max-width: 900px) {
  section.hero .hero-name {
    transform: none;
    right: 0;
    padding-right: 15px; }
  section.about_one .banners div h3 {
    font-size: 20px; }
  section.about_one .about_one_text .left {
    width: 50%;
    align-self: flex-end; }
  section.about_one .about_one_text .right {
    padding-bottom: 40px; }
  section.about-two .about-two-flex .left {
    padding: 50px 0; }
  section.about-two .about-two-flex .right {
    align-self: flex-end; }
  section.about-two .about-two-flex .social a {
    width: 50%; }
  section.form .form-flex {
    flex-direction: column; }
  section.form .form-flex .left {
    margin: 0 auto;
    text-align: center;
    width: 50%; }
  section.form p {
    padding-right: 0; }
  section.form .form-flex .right {
    width: 100%;
    margin-top: 50px; }
  section.footer-block .footer-block-flex {
    flex-direction: column;
    text-align: center; }
  section.footer-block .footer-block-flex .col {
    margin-top: 50px; } }

@media (max-width: 734px) {
  h1 {
    font-size: 40px; }
  section.hero p {
    font-size: 18px; }
  section.hero .hero-text {
    width: 70%; }
  section.hero {
    height: 600px; }
  section.featured .featured-logos {
    justify-content: space-between;
    flex-wrap: wrap; }
  section.featured .featured-logos h3 {
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
    margin-bottom: 30px; }
  section.featured .featured-logos img {
    display: none; }
  section.featured .featured-logos img.f_logo {
    display: block;
    width: 100px; }
  section.about_one .banners {
    flex-direction: column; }
  section.about_one .banners div {
    width: 100%;
    margin-bottom: 50px; }
  section.about_one .banners div h3 {
    font-size: 30px; }
  section.about_one .about_one_text {
    flex-direction: column-reverse;
    margin-top: 0px; }
  section.about_one .about_one_text .left {
    align-self: flex-start; }
  section.about_one .about_one_text .left {
    width: 70%; }
  section.about-two .about-two-flex {
    flex-direction: column; }
  section.about-two .about-two-flex .right {
    width: 60%;
    margin: 0 auto; } }

@media (max-width: 500px) {
  .site-header .site-branding img {
    max-width: 150px; }
  h1 {
    font-size: 25px; }
  section.hero p {
    font-size: 14px; }
  button {
    font-size: 12px;
    padding: 15px 35px; }
  section.hero {
    height: 400px;
    background-position: right -100px top; }
  section.hero .hero-name p {
    font-size: 11px;
    margin-bottom: 0; }
  section.hero .hero-text {
    width: 70%; }
  section.featured .featured-logos h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px; }
  section.featured {
    padding: 30px 0; }
  section.featured .featured-logos img.f_logo {
    width: 80px; }
  section.about_one .banners div h3 {
    font-size: 20px; }
  section.about_one {
    padding: 40px 0px 0; }
  section.about_one .banners div button {
    font-size: 10px; }
  h2 {
    font-size: 25px; }
  section.about_one .about_one_text .right p {
    font-size: 14px; }
  section.about_one .banners div {
    padding: 30px;
    min-height: 200px; }
  section.about_one .about_one_text .right .about_bottom img:nth-child(1) {
    width: 40px; }
  section.about_one .about_one_text .right .about_bottom .right img {
    width: 50px;
    height: auto; }
  section.about_one .about_one_text .right {
    padding-bottom: 0; }
  section.facts .facts-flex {
    flex-direction: column; }
  section.facts .facts-flex .facts-col h2 {
    font-size: 60px; }
  section.facts .facts-flex .facts-col p {
    font-size: 18px; }
  section.facts .facts-flex .facts-col {
    margin-bottom: 40px; }
    section.facts .facts-flex .facts-col:last-child {
      margin-bottom: 0; }
  section.about-two .about-two-flex p {
    font-size: 14px; }
  section.about-two .about-two-flex .social img {
    width: 30px; }
  section.about-two .about-two-flex .social h4 {
    font-size: 14px; }
  section.form .form-flex .left {
    width: 70%; }
  section.form p {
    font-size: 14px; }
  input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    padding: 15px 25px;
    font-size: 14px !important; }
  input[type=button], input[type=reset], input[type=submit] {
    font-size: 14px;
    padding: 15px 40px; }
  section.footer-block .footer-block-flex h5 {
    margin-bottom: 0; }
  section.footer-block .footer_bottom {
    flex-direction: column;
    text-align: center; }
  section.footer-block .footer_bottom .left {
    margin-bottom: 5px; }
  .page-cover {
    height: 200px; }
  .page-container {
    padding: 50px 15px; }
  .page-container .entry-title {
    font-size: 30px; } }
