/* Shared Variables */
/* Reset */
/*
  1. Use a more-intuitive box-sizing model.
*/
/* line 8, app/assets/stylesheets/home.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
/* line 16, app/assets/stylesheets/home.scss */
* {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

/*
  3. Allow percentage-based heights in the application
*/
/* line 24, app/assets/stylesheets/home.scss */
html,
body {
  height: 100%;
  font-size: 1.1em;
  scroll-behavior: smooth;
  font-family: "Nunito", sans-serif;
  scrollbar-color: #5B2021 #842e2f;
  scroll-behavior: smooth;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
/* line 38, app/assets/stylesheets/home.scss */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

/*
  6. Improve media defaults
*/
/* line 47, app/assets/stylesheets/home.scss */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
  7. Remove built-in form typography styles
*/
/* line 58, app/assets/stylesheets/home.scss */
input,
button,
textarea,
select {
  font: inherit;
}

/* line 65, app/assets/stylesheets/home.scss */
.input {
  display: none;
  background-color: #468847 !important;
}

/*
  8. Avoid text overflows
*/
/* line 72, app/assets/stylesheets/home.scss */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* line 82, app/assets/stylesheets/home.scss */
h1 {
  font-size: 56px;
}

/* line 86, app/assets/stylesheets/home.scss */
h2 {
  font-size: 38px;
}

/* line 90, app/assets/stylesheets/home.scss */
h3 {
  font-size: 24px;
}

/* line 94, app/assets/stylesheets/home.scss */
small {
  font-size: 12px;
}

@media only screen and (min-width: 1024px) {
  /* line 98, app/assets/stylesheets/home.scss */
  .container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 112, app/assets/stylesheets/home.scss */
.container-navbar {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

/* line 123, app/assets/stylesheets/home.scss */
.container-hero {
  min-height: 572px;
}

@media screen and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/home.scss */
  .container-hero {
    padding: 0;
    background: linear-gradient(to bottom, #842e2f, #210707, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0)), url(/assets/hero3-22ff62c16b0e6c9301ab09dd9cb768b7bd68205a349e039161a0c43c4759a799.jpg);
    background-position: right;
    background-size: cover;
    border-top: solid 2px #842e2f;
  }
}

/* line 143, app/assets/stylesheets/home.scss */
ul,
li {
  list-style: none;
}

/* line 147, app/assets/stylesheets/home.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 151, app/assets/stylesheets/home.scss */
a:hover {
  transition: var(--transition);
}

/* Custom Styles */
/* line 157, app/assets/stylesheets/home.scss */
.btn {
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  width: max-content;
  align-items: center;
  outline: none;
  border-radius: 10px;
  z-index: 0;
  overflow: hidden;
  border: 2px solid #5B2021;
  color: #faf8e8;
  background: #842e2f;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
}

/* line 177, app/assets/stylesheets/home.scss */
.btn .fab {
  font-weight: 900;
}

/* line 182, app/assets/stylesheets/home.scss */
.btn:hover i {
  transition: all 0.4s ease-in-out;
  color: #ff9000;
}

/* line 188, app/assets/stylesheets/home.scss */
.btn p {
  padding-left: 8px;
}

/* line 193, app/assets/stylesheets/home.scss */
.btn:hover {
  color: #faf8e8;
  border: 2px solid #ff9000;
}

/* line 197, app/assets/stylesheets/home.scss */
.btn:hover:after {
  width: 100%;
}

/* line 200, app/assets/stylesheets/home.scss */
.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.4s ease;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #5B2021;
}

/* line 212, app/assets/stylesheets/home.scss */
.btn-seg {
  color: #faf8e8;
  background-color: #842e2f;
}

/* line 216, app/assets/stylesheets/home.scss */
.btn-seg:hover {
  animation: jelly 0.5s;
}

/* line 221, app/assets/stylesheets/home.scss */
.btn-ter {
  color: #faf8e8;
  background-color: #ff9000;
}

/* line 226, app/assets/stylesheets/home.scss */
.btn-qua {
  color: #842e2f;
  background-color: #faf8e8;
}

/* line 231, app/assets/stylesheets/home.scss */
.btn-boxes {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  /* line 231, app/assets/stylesheets/home.scss */
  .btn-boxes {
    padding-bottom: 40px;
  }
}

/* line 239, app/assets/stylesheets/home.scss */
.btn-matricula {
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  width: max-content;
  align-items: center;
  outline: none;
  border-radius: 10px;
  border: 2px solid #5B2021;
  color: #842e2f;
  background: #faf8e8;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  min-width: 48px;
}

/* line 256, app/assets/stylesheets/home.scss */
.btn-matricula:hover {
  transition: all 0.4s ease-in-out;
  color: #faf8e8;
  background: #5B2021;
  border: 2px solid #842e2f;
}

/* line 264, app/assets/stylesheets/home.scss */
.top-bar {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: linear-gradient(90deg, #842e2f, #56282a);
  color: #faf8e8;
  font-size: 16px;
  font-family: "Montserrat";
}

@media screen and (max-width: 768px) {
  /* line 264, app/assets/stylesheets/home.scss */
  .top-bar {
    display: none;
  }
}

/* line 280, app/assets/stylesheets/home.scss */
.bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 285, app/assets/stylesheets/home.scss */
.bar i {
  z-index: 1;
  padding: 0 0.5em;
  outline: none;
  border: none;
}

/* line 292, app/assets/stylesheets/home.scss */
.bar i:hover {
  cursor: pointer;
  animation: jelly 0.5s;
}

@keyframes jelly {
  0%,
100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}

/* line 314, app/assets/stylesheets/home.scss */
.top-bar a {
  color: #ffffff;
}

/* line 318, app/assets/stylesheets/home.scss */
.header-middle {
  background-color: white;
  width: 100%;
  padding: 24px 0 24px 0;
}

@media screen and (max-width: 768px) {
  /* line 318, app/assets/stylesheets/home.scss */
  .header-middle {
    padding: 0 16px 16px 16px;
  }
}

/* line 327, app/assets/stylesheets/home.scss */
.header-middle .header-box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {
  /* line 327, app/assets/stylesheets/home.scss */
  .header-middle .header-box {
    justify-content: space-between;
  }
}

/* line 338, app/assets/stylesheets/home.scss */
.header-middle .btn-box {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  /* line 338, app/assets/stylesheets/home.scss */
  .header-middle .btn-box {
    display: none;
  }
}

/* line 348, app/assets/stylesheets/home.scss */
.logo {
  width: 120px;
  height: 100%;
}

/* line 356, app/assets/stylesheets/home.scss */
nav {
  font-family: "Nunito";
  width: 100%;
  height: 80px;
  background: #210707;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  /* line 356, app/assets/stylesheets/home.scss */
  nav {
    display: none;
  }
}

/* line 368, app/assets/stylesheets/home.scss */
nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* line 374, app/assets/stylesheets/home.scss */
nav a {
  color: #faf8e8;
  position: relative;
  text-decoration: none;
  padding-bottom: 4px;
}

/* line 381, app/assets/stylesheets/home.scss */
nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ff9000;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

/* line 395, app/assets/stylesheets/home.scss */
nav a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/* line 401, app/assets/stylesheets/home.scss */
.nav-item {
  height: 100%;
}

/* line 405, app/assets/stylesheets/home.scss */
.boxes {
  font-family: "Nunito";
  margin-bottom: 100px;
}

/* line 409, app/assets/stylesheets/home.scss */
.boxes .content-row {
  display: flex;
  flex-direction: row;
  -webkit-box-shadow: -7px 14px 39px -11px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -7px 14px 39px -11px rgba(0, 0, 0, 0.2);
  box-shadow: -7px 14px 39px -11px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  /* line 409, app/assets/stylesheets/home.scss */
  .boxes .content-row {
    flex-direction: column;
    text-align: center;
  }
}

/* line 422, app/assets/stylesheets/home.scss */
.boxes .content-box {
  display: flex;
  flex-direction: column;
  width: 25%;
  min-height: 350px;
  border-right: rgba(33, 7, 7, 0.1) 1px solid;
}

@media screen and (max-width: 768px) {
  /* line 422, app/assets/stylesheets/home.scss */
  .boxes .content-box {
    width: 100%;
    border-right: none;
    min-height: 0;
  }
  /* line 434, app/assets/stylesheets/home.scss */
  .boxes .content-box h3 {
    padding: 0;
  }
}

/* line 440, app/assets/stylesheets/home.scss */
.boxes .text-box {
  width: 80%;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  /* line 440, app/assets/stylesheets/home.scss */
  .boxes .text-box {
    width: 100%;
    align-items: center;
  }
}

/* line 451, app/assets/stylesheets/home.scss */
.boxes .text-box h3 {
  font-size: 20px;
  padding: 20px 0 20px 0;
}

/* line 456, app/assets/stylesheets/home.scss */
.boxes .text-box img {
  width: 108px;
  padding-top: 24px;
}

/* line 461, app/assets/stylesheets/home.scss */
.boxes .text-box p {
  font-size: 16px;
}

/* line 465, app/assets/stylesheets/home.scss */
.boxes .text-box .text-box-cta {
  font-size: 24px;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 465, app/assets/stylesheets/home.scss */
  .boxes .text-box .text-box-cta {
    padding: 16px 8px 16px 8px;
  }
}

/* line 477, app/assets/stylesheets/home.scss */
.impulsione {
  padding-top: 40px !important;
}

/* line 481, app/assets/stylesheets/home.scss */
.content-box-pri {
  background-color: white;
  color: #210707;
}

/* line 486, app/assets/stylesheets/home.scss */
.content-box-seg {
  background-color: #842e2f;
  color: #faf8e8;
}

@media screen and (max-width: 768px) {
  /* line 486, app/assets/stylesheets/home.scss */
  .content-box-seg {
    margin-top: 40px;
  }
}

/* line 495, app/assets/stylesheets/home.scss */
.box-cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* line 501, app/assets/stylesheets/home.scss */
.box-cta input {
  display: none;
}

/* line 506, app/assets/stylesheets/home.scss */
.hero {
  height: 100%;
  background: linear-gradient(to right, #efebe2, #efebe2, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0)), url(/assets/hero3-22ff62c16b0e6c9301ab09dd9cb768b7bd68205a349e039161a0c43c4759a799.jpg);
  background-size: 100%;
  background-position: 0px -382px;
}

@media screen and (max-width: 768px) {
  /* line 506, app/assets/stylesheets/home.scss */
  .hero {
    background: linear-gradient(to right, #efebe2, #efebe2, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
  }
}

/* line 530, app/assets/stylesheets/home.scss */
.hero-wrapper-01 {
  display: flex;
}

/* line 534, app/assets/stylesheets/home.scss */
.hero-wrapper-02 {
  display: flex;
}

/* line 538, app/assets/stylesheets/home.scss */
.hero-wrapper-03 {
  display: flex;
}

/* line 542, app/assets/stylesheets/home.scss */
.box-hero {
  display: flex;
  margin: auto;
}

/* line 547, app/assets/stylesheets/home.scss */
.col-hero {
  display: flex;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  /* line 547, app/assets/stylesheets/home.scss */
  .col-hero {
    padding-top: 30px;
    justify-content: center;
    align-items: center;
  }
}

/* line 558, app/assets/stylesheets/home.scss */
.hero-text {
  color: #210707;
}

/* line 561, app/assets/stylesheets/home.scss */
.hero-text h1 {
  width: max-content;
  font-family: "Nunito";
}

/* line 566, app/assets/stylesheets/home.scss */
.hero-text h2 {
  width: max-content;
  font-family: "Nunito";
  font-weight: 300;
}

/* line 572, app/assets/stylesheets/home.scss */
.hero-text h3 {
  width: max-content;
  font-family: "Roboto Slab";
  opacity: 0.8;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
}

/* line 582, app/assets/stylesheets/home.scss */
.hero-text p {
  font-family: "Nunito";
  margin-bottom: 40px;
  max-width: 50ch;
  min-height: 102px;
}

/* line 589, app/assets/stylesheets/home.scss */
.hero-text button {
  background-color: #ff9000;
  color: #faf8e8;
  border-radius: 15px;
  border: transparent;
  padding: 10px;
  font-weight: bold;
}

/* line 598, app/assets/stylesheets/home.scss */
.hero-text button:hover {
  background-color: #842e2f;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  /* line 558, app/assets/stylesheets/home.scss */
  .hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 88vw;
    color: #faf8e8;
    /* Targeting h2 within .hero-text */
  }
  /* line 612, app/assets/stylesheets/home.scss */
  .hero-text h1 {
    font-size: 32px;
  }
  /* line 617, app/assets/stylesheets/home.scss */
  .hero-text h2 {
    font-size: 32px;
  }
  /* line 621, app/assets/stylesheets/home.scss */
  .hero-text h3 {
    font-size: 20px;
  }
}

/* line 627, app/assets/stylesheets/home.scss */
.hero-img {
  background-size: cover;
  background-position: center;
  width: 880px;
  min-height: 100%;
}

@media screen and (max-width: 768px) {
  /* line 627, app/assets/stylesheets/home.scss */
  .hero-img {
    display: none;
  }
}

/* line 637, app/assets/stylesheets/home.scss */
.hero-img img {
  min-height: auto;
}

/* line 642, app/assets/stylesheets/home.scss */
.hero-btn-box {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  /* line 642, app/assets/stylesheets/home.scss */
  .hero-btn-box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

/* line 653, app/assets/stylesheets/home.scss */
.animate__animated.animate__fadeIn {
  --animate-duration: 2s;
}

/* line 657, app/assets/stylesheets/home.scss */
.about {
  margin-bottom: 80px;
}

/* line 661, app/assets/stylesheets/home.scss */
.about-content {
  display: flex;
  font-family: "Nunito";
}

@media screen and (max-width: 768px) {
  /* line 661, app/assets/stylesheets/home.scss */
  .about-content {
    flex-direction: column;
    text-align: center;
  }
}

/* line 670, app/assets/stylesheets/home.scss */
.about-content p {
  font-weight: 300;
}

/* line 675, app/assets/stylesheets/home.scss */
.about-img-box {
  width: 60%;
}

@media screen and (max-width: 768px) {
  /* line 675, app/assets/stylesheets/home.scss */
  .about-img-box {
    width: 100%;
    padding-bottom: 40px;
  }
}

/* line 684, app/assets/stylesheets/home.scss */
.about-text-box {
  width: 50%;
  margin: 0 32px 40px 34px;
}

@media screen and (max-width: 768px) {
  /* line 684, app/assets/stylesheets/home.scss */
  .about-text-box {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  /* line 695, app/assets/stylesheets/home.scss */
  .about-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* line 703, app/assets/stylesheets/home.scss */
.about-text-heading {
  margin-bottom: 15px;
}

/* line 706, app/assets/stylesheets/home.scss */
.about-text-heading h3 {
  font-size: 36px;
}

/* line 710, app/assets/stylesheets/home.scss */
.about-text-heading h4 {
  font-size: 18px;
  padding-bottom: 10px;
  color: #ff9000;
  font-family: "Roboto Slab";
}

@media screen and (max-width: 768px) {
  /* line 718, app/assets/stylesheets/home.scss */
  .about-text-content {
    margin-bottom: 20px;
  }
}

/* line 724, app/assets/stylesheets/home.scss */
.matricula-banner {
  height: 550px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  /* line 724, app/assets/stylesheets/home.scss */
  .matricula-banner {
    height: 800px;
  }
}

/* line 733, app/assets/stylesheets/home.scss */
.matricula-box {
  display: flex;
  background-color: #842e2f;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 733, app/assets/stylesheets/home.scss */
  .matricula-box {
    flex-direction: column;
    width: 100%;
  }
}

/* line 746, app/assets/stylesheets/home.scss */
.matricula-img {
  background: url(/assets/formatura-46e29654c6bab0bb1761f5c47c9965c8ca560fa39e528ab74f3dad5e4f44394d.jpg);
  background-size: 1200px;
  background-position: 30% 98%;
  background-repeat: no-repeat;
  min-width: 50vw;
  height: 100%;
}

@media screen and (max-width: 768px) {
  /* line 746, app/assets/stylesheets/home.scss */
  .matricula-img {
    min-width: 100%;
    background-size: 100%;
    background-position: 0% 0%;
  }
}

/* line 761, app/assets/stylesheets/home.scss */
.matricula-info {
  font-family: "Montserrat";
  font-size: 18px;
}

/* line 765, app/assets/stylesheets/home.scss */
.matricula-info h4 {
  color: #ff9000;
}

/* line 769, app/assets/stylesheets/home.scss */
.matricula-info h3 {
  font-size: 36px;
}

/* line 773, app/assets/stylesheets/home.scss */
.matricula-info h3,
.matricula-info p {
  color: #faf8e8;
}

/* line 778, app/assets/stylesheets/home.scss */
.matricula-info p {
  font-family: "Roboto Slab" !important;
  font-size: 18px;
}

/* line 784, app/assets/stylesheets/home.scss */
.matricula-info-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 15px;
  padding: 100px 80px;
}

@media screen and (max-width: 768px) {
  /* line 784, app/assets/stylesheets/home.scss */
  .matricula-info-content {
    width: 100%;
    padding: 40px 30px;
    align-items: center;
    text-align: center;
  }
  /* line 798, app/assets/stylesheets/home.scss */
  .matricula-info-content p {
    width: 100% !important;
    padding-bottom: 20px;
  }
  /* line 803, app/assets/stylesheets/home.scss */
  .matricula-info-content h4, .matricula-info-content h3 {
    padding-bottom: 20px;
  }
  /* line 807, app/assets/stylesheets/home.scss */
  .matricula-info-content h3 {
    font-size: 30px;
  }
}

/* line 812, app/assets/stylesheets/home.scss */
.matricula-info-content p {
  width: 74%;
}

/* line 817, app/assets/stylesheets/home.scss */
.courses {
  height: 100%;
  margin-bottom: 100px;
  background: linear-gradient(135deg, #210707 0%, #5B2021 50%, #842e2f 100%);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Nunito";
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  /* line 817, app/assets/stylesheets/home.scss */
  .courses {
    padding: 40px 15px;
  }
}

/* line 830, app/assets/stylesheets/home.scss */
.courses .title {
  text-align: center;
  margin-bottom: 40px;
}

/* line 834, app/assets/stylesheets/home.scss */
.courses .title h2 {
  font-weight: 800;
  color: #faf8e8;
}

/* line 839, app/assets/stylesheets/home.scss */
.courses .title h3 {
  color: #ff9000;
  font-size: 24px;
  padding-bottom: 8px;
}

/* line 846, app/assets/stylesheets/home.scss */
.courses .glide {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

/* line 852, app/assets/stylesheets/home.scss */
.courses .glide__track {
  overflow: hidden;
}

/* line 856, app/assets/stylesheets/home.scss */
.courses .glide__slides {
  display: flex;
}

/* line 860, app/assets/stylesheets/home.scss */
.courses .glide__slide {
  text-align: center;
  height: auto;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 870, app/assets/stylesheets/home.scss */
.courses .glide__arrows .glide__arrow {
  background-color: #faf8e8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #842e2f;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

/* line 886, app/assets/stylesheets/home.scss */
.courses .glide__arrows .glide__arrow--left {
  left: -50px;
}

/* line 890, app/assets/stylesheets/home.scss */
.courses .glide__arrows .glide__arrow--right {
  right: -50px;
}

/* line 894, app/assets/stylesheets/home.scss */
.courses .glide__arrows .glide__arrow i {
  font-size: 16px;
  color: #842e2f;
  transition: all 0.3s ease;
}

/* line 900, app/assets/stylesheets/home.scss */
.courses .glide__arrows .glide__arrow:hover {
  transform: translateY(-50%) scale(1.2);
  background-color: #842e2f;
}

/* line 903, app/assets/stylesheets/home.scss */
.courses .glide__arrows .glide__arrow:hover i {
  color: #faf8e8;
}

@media screen and (max-width: 768px) {
  /* line 870, app/assets/stylesheets/home.scss */
  .courses .glide__arrows .glide__arrow {
    border: 2px solid #842e2f;
  }
  /* line 911, app/assets/stylesheets/home.scss */
  .courses .glide__arrows .glide__arrow--left {
    left: 10px;
  }
  /* line 915, app/assets/stylesheets/home.scss */
  .courses .glide__arrows .glide__arrow--right {
    right: 10px;
  }
  /* line 919, app/assets/stylesheets/home.scss */
  .courses .glide__arrows .glide__arrow i {
    font-size: 20px;
    color: #842e2f;
  }
  /* line 925, app/assets/stylesheets/home.scss */
  .courses .glide__arrows .glide__arrow:hover i {
    color: #faf8e8;
  }
}

/* line 933, app/assets/stylesheets/home.scss */
.courses .glide__bullets {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

/* line 941, app/assets/stylesheets/home.scss */
.courses .glide__bullets .glide__bullet {
  width: 10px;
  height: 10px;
  background-color: #faf8e8;
  border: 2px solid #842e2f;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

/* line 951, app/assets/stylesheets/home.scss */
.courses .glide__bullets .glide__bullet--active {
  background-color: #842e2f;
}

/* line 955, app/assets/stylesheets/home.scss */
.courses .glide__bullets .glide__bullet:hover {
  background-color: #842e2f;
}

/* line 963, app/assets/stylesheets/home.scss */
.course-box {
  width: 100%;
  height: 500px;
  -webkit-box-shadow: -7px 14px 39px -11px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -7px 14px 39px -11px rgba(0, 0, 0, 0.2);
  box-shadow: -7px 14px 39px -11px rgba(0, 0, 0, 0.2);
  border: 1px solid #faf8e8;
  border-radius: 12px;
  margin: 0 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  /* line 963, app/assets/stylesheets/home.scss */
  .course-box {
    width: 100%;
    margin: 0;
    height: auto;
  }
}

/* line 982, app/assets/stylesheets/home.scss */
.course-box:hover {
  transform: scale(1.02);
  transition: all 0.4s ease-in-out;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #ff9000;
  border-radius: 8px;
}

/* line 991, app/assets/stylesheets/home.scss */
.course-box .course-img {
  height: 200px;
}

/* line 994, app/assets/stylesheets/home.scss */
.course-box .course-img img {
  border-radius: 12px 12px 0 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1004, app/assets/stylesheets/home.scss */
.course-box .course-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Roboto Slab";
  text-align: center;
  flex: 1;
  padding: 20px;
}

/* line 1013, app/assets/stylesheets/home.scss */
.course-box .course-text-top {
  margin-bottom: 20px;
}

/* line 1017, app/assets/stylesheets/home.scss */
.course-box .course-text h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

/* line 1023, app/assets/stylesheets/home.scss */
.course-box .course-text h3 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
  color: #842e2f;
}

/* line 1030, app/assets/stylesheets/home.scss */
.course-box .course-text p {
  font-family: "Roboto Slab";
  padding: 0;
  margin: 0;
}

/* line 1036, app/assets/stylesheets/home.scss */
.course-box .course-text i {
  color: #ff9000;
  min-width: 20px;
}

/* line 1041, app/assets/stylesheets/home.scss */
.course-box .course-text .course-details {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}

/* line 1048, app/assets/stylesheets/home.scss */
.course-box .course-text .course-details > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* line 1057, app/assets/stylesheets/home.scss */
.course-box .course-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-top: 1px solid rgba(132, 46, 47, 0.1);
}

/* line 1066, app/assets/stylesheets/home.scss */
.features {
  display: flex;
  margin-bottom: 100px;
}

/* line 1070, app/assets/stylesheets/home.scss */
.features h2 {
  padding-bottom: 60px;
  text-align: center;
  color: #210707;
  font-family: "Nunito";
  font-weight: 800;
}

/* line 1078, app/assets/stylesheets/home.scss */
.features .box-features {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  text-align: center;
  font-family: "Nunito";
}

@media screen and (max-width: 768px) {
  /* line 1078, app/assets/stylesheets/home.scss */
  .features .box-features {
    flex-direction: column;
    align-items: center;
  }
}

/* line 1092, app/assets/stylesheets/home.scss */
.features .col-features {
  text-align: center;
  width: 300px;
  border-radius: 20px;
}

/* line 1098, app/assets/stylesheets/home.scss */
.features img {
  width: 108px;
  margin: 0 auto 12px auto;
}

/* line 1103, app/assets/stylesheets/home.scss */
.features p {
  font-size: 18px;
  margin-bottom: 40px;
  color: #210707;
  font-family: "Nunito";
}

/* line 1111, app/assets/stylesheets/home.scss */
.hidden {
  display: none;
}

/*flash*/
/* line 1117, app/assets/stylesheets/home.scss */
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  text-align: left;
}

/* line 1124, app/assets/stylesheets/home.scss */
.alert-alert {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  text-align: left;
}

/* line 1131, app/assets/stylesheets/home.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  text-align: left;
}

/* line 1138, app/assets/stylesheets/home.scss */
.alert-notice {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  text-align: left;
}

/* line 1145, app/assets/stylesheets/home.scss */
.cta {
  display: flex;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: 100px;
  background-color: #56282a;
  background-image: linear-gradient(0deg, #210707 0%, #56282a 100%);
}

/* line 1155, app/assets/stylesheets/home.scss */
.cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #faf8e8;
}

/* line 1161, app/assets/stylesheets/home.scss */
.cta-box input {
  outline: none;
}

/* line 1165, app/assets/stylesheets/home.scss */
.cta-box input[type="submit"] {
  margin-left: 10px;
}

/* line 1169, app/assets/stylesheets/home.scss */
.cta-box h2 {
  max-width: 600px;
}

/* line 1173, app/assets/stylesheets/home.scss */
.cta-box p {
  font-family: "Roboto Slab";
}

/* line 1177, app/assets/stylesheets/home.scss */
.cta-box form {
  display: flex;
}

/* line 1182, app/assets/stylesheets/home.scss */
.blog {
  font-family: "Nunito";
}

@media screen and (max-width: 768px) {
  /* line 1182, app/assets/stylesheets/home.scss */
  .blog {
    height: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

/* line 1192, app/assets/stylesheets/home.scss */
.blog .box .title {
  text-align: center;
  padding-bottom: 60px;
}

/* line 1196, app/assets/stylesheets/home.scss */
.blog .box .title h2 {
  font-weight: 800;
}

/* line 1200, app/assets/stylesheets/home.scss */
.blog .box .title h3 {
  color: #ff9000;
  font-size: 24px;
  padding-bottom: 8px;
}

/* line 1206, app/assets/stylesheets/home.scss */
.blog .box .content {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  /* line 1206, app/assets/stylesheets/home.scss */
  .blog .box .content {
    flex-direction: column;
  }
}

/* line 1214, app/assets/stylesheets/home.scss */
.blog .box .content .card {
  height: 558px;
  width: 33%;
  -webkit-box-shadow: -7px 14px 39px -11px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -7px 14px 39px -11px rgba(0, 0, 0, 0.2);
  box-shadow: -7px 14px 39px -11px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  /* line 1214, app/assets/stylesheets/home.scss */
  .blog .box .content .card {
    width: 100%;
    height: 100%;
  }
}

/* line 1226, app/assets/stylesheets/home.scss */
.blog .box .content .card p {
  font-size: 16px;
  padding: 16px;
}

/* line 1232, app/assets/stylesheets/home.scss */
.blog .box .content .card .banner img {
  height: 200px;
  min-width: 100%;
}

/* line 1238, app/assets/stylesheets/home.scss */
.blog .box .content .card .text {
  padding: 24px;
}

/* line 1244, app/assets/stylesheets/home.scss */
.blog .box .content .card .cta-blog a {
  background-color: #842e2f;
  color: #faf8e8 !important;
  padding: 10px 16px;
  border-radius: 10px;
}

/* line 1252, app/assets/stylesheets/home.scss */
.blog .box .content .card .cta-blog a {
  color: #842e2f;
  text-decoration: none;
  font-weight: bold;
}

/* line 1257, app/assets/stylesheets/home.scss */
.blog .box .content .card .cta-blog a:hover {
  color: #ff9000;
  transition: all 0.4s ease-in-out;
}

/* line 1268, app/assets/stylesheets/home.scss */
.box-location {
  padding-top: 128px;
}

@media screen and (max-width: 768px) {
  /* line 1268, app/assets/stylesheets/home.scss */
  .box-location {
    padding-top: 40px;
  }
}

/* line 1277, app/assets/stylesheets/home.scss */
.location {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  margin-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Nunito";
}

/* line 1290, app/assets/stylesheets/home.scss */
.location .content iframe {
  height: 500px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  /* line 1297, app/assets/stylesheets/home.scss */
  .location .content iframe {
    height: 100%;
    width: 100vw;
  }
}

/* line 1304, app/assets/stylesheets/home.scss */
.location .title {
  text-align: center;
}

/* line 1307, app/assets/stylesheets/home.scss */
.location .title h2 {
  font-weight: 800;
}

/* line 1311, app/assets/stylesheets/home.scss */
.location .title h3 {
  color: #ff9000;
  font-size: 24px;
  padding-bottom: 8px;
}

/* line 1318, app/assets/stylesheets/home.scss */
.location h2 {
  text-align: center;
  font-family: "Nunito";
  padding-bottom: 60px;
}

/* line 1324, app/assets/stylesheets/home.scss */
.location .row {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 1324, app/assets/stylesheets/home.scss */
  .location .row {
    flex-direction: column;
  }
  /* line 1332, app/assets/stylesheets/home.scss */
  .location .row .box-info {
    width: initial !important;
  }
}

/* line 1337, app/assets/stylesheets/home.scss */
.location .row .box-info {
  margin-top: 60px;
  width: 300px;
}

/* line 1341, app/assets/stylesheets/home.scss */
.location .row .box-info .text {
  display: flex;
  flex-direction: column;
}

/* line 1345, app/assets/stylesheets/home.scss */
.location .row .box-info .text h3 {
  padding-bottom: 20px;
}

/* line 1349, app/assets/stylesheets/home.scss */
.location .row .box-info .text a:hover {
  color: #842e2f;
  transition: all 0.4s ease-in-out;
}

/* line 1358, app/assets/stylesheets/home.scss */
.footer {
  height: 400px;
  background-color: #efebe2;
  font-size: 16px;
  font-family: "Nunito";
  display: flex;
  align-content: space-around;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  /* line 1358, app/assets/stylesheets/home.scss */
  .footer {
    height: 100%;
    text-align: center;
  }
  /* line 1374, app/assets/stylesheets/home.scss */
  .footer h4 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 1358, app/assets/stylesheets/home.scss */
  .footer {
    height: 100%;
    text-align: center;
  }
  /* line 1384, app/assets/stylesheets/home.scss */
  .footer h4 {
    padding-top: 40px;
  }
}

/* line 1389, app/assets/stylesheets/home.scss */
.footer .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 80px;
}

/* line 1397, app/assets/stylesheets/home.scss */
.footer .copyright {
  background-color: #210707;
  padding-bottom: 5px;
  color: #faf8e8;
  height: 60px;
}

@media screen and (max-width: 768px) {
  /* line 1397, app/assets/stylesheets/home.scss */
  .footer .copyright {
    height: 100%;
  }
  /* line 1406, app/assets/stylesheets/home.scss */
  .footer .copyright p {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 1413, app/assets/stylesheets/home.scss */
.footer .copyright p {
  text-align: center;
  padding-top: 20px;
}

/* line 1419, app/assets/stylesheets/home.scss */
.footer .row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  /* line 1419, app/assets/stylesheets/home.scss */
  .footer .row {
    flex-direction: column;
  }
}

/* line 1427, app/assets/stylesheets/home.scss */
.footer .row a:hover {
  color: #842e2f;
  transition: all 0.4s ease-in-out;
}

/* line 1432, app/assets/stylesheets/home.scss */
.footer .row h4 {
  padding-bottom: 20px;
  font-weight: 800;
  font-size: 20px;
  color: #842e2f;
}

/* line 1439, app/assets/stylesheets/home.scss */
.footer .row li {
  padding-bottom: 8px;
}

/* line 1443, app/assets/stylesheets/home.scss */
.footer .row .logo-box {
  width: 33%;
}

@media screen and (max-width: 768px) {
  /* line 1443, app/assets/stylesheets/home.scss */
  .footer .row .logo-box {
    width: 100%;
    padding: 48px 16px 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* line 1454, app/assets/stylesheets/home.scss */
.footer .row .logo-box .logo {
  height: max-content;
  padding-bottom: 20px;
}

/* line 1459, app/assets/stylesheets/home.scss */
.footer .row .logo-box .logo-text {
  max-width: 400px;
}

/* line 1464, app/assets/stylesheets/home.scss */
.footer .row .links-box {
  width: 22%;
}

@media screen and (max-width: 768px) {
  /* line 1464, app/assets/stylesheets/home.scss */
  .footer .row .links-box {
    width: 100%;
  }
}

/* line 1472, app/assets/stylesheets/home.scss */
.footer .row .services-box {
  width: 22%;
}

@media screen and (max-width: 768px) {
  /* line 1472, app/assets/stylesheets/home.scss */
  .footer .row .services-box {
    width: 100%;
  }
}

/* line 1480, app/assets/stylesheets/home.scss */
.footer .row .contacts-box {
  width: 22%;
}

@media screen and (max-width: 768px) {
  /* line 1480, app/assets/stylesheets/home.scss */
  .footer .row .contacts-box {
    width: 100%;
  }
}

/* line 1488, app/assets/stylesheets/home.scss */
.footer .row .contacts-content {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  /* line 1488, app/assets/stylesheets/home.scss */
  .footer .row .contacts-content {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  /* line 1497, app/assets/stylesheets/home.scss */
  .footer .row .contacts-content span {
    flex-direction: column;
  }
}

/* line 1502, app/assets/stylesheets/home.scss */
.footer .row .contacts-content span {
  display: flex;
  gap: 15px;
  width: 100%;
  padding-bottom: 20px;
}

/* line 1508, app/assets/stylesheets/home.scss */
.footer .row .contacts-content span i {
  align-self: center;
  background-color: #842e2f;
  color: #faf8e8;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 41px;
  text-align: center;
}

/* line 1520, app/assets/stylesheets/home.scss */
.footer .row .contacts-content span div {
  display: flex;
  flex-direction: column;
}

/* Hamburger Menu for Mobile */
/* line 1530, app/assets/stylesheets/home.scss */
.hamburger {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}

/* line 1538, app/assets/stylesheets/home.scss */
.hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background-color: #210707;
  transition: all 0.3s ease-in-out;
}

/* line 1547, app/assets/stylesheets/home.scss */
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

/* line 1551, app/assets/stylesheets/home.scss */
.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

/* line 1555, app/assets/stylesheets/home.scss */
.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Show the hamburger menu on mobile */
@media screen and (max-width: 768px) {
  /* line 1562, app/assets/stylesheets/home.scss */
  .hamburger {
    display: block;
  }
  /* line 1566, app/assets/stylesheets/home.scss */
  nav ul {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 80px;
    right: 0;
    width: 100%;
    background-color: #210707;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    z-index: 9;
  }
  /* line 1580, app/assets/stylesheets/home.scss */
  nav ul.show {
    display: flex;
  }
  /* line 1584, app/assets/stylesheets/home.scss */
  nav ul li {
    margin: 10px 0;
  }
}

/* Logo adjustment */
@media screen and (max-width: 768px) {
  /* line 1591, app/assets/stylesheets/home.scss */
  .logo {
    padding-top: 20px;
    width: 104px;
  }
}

/* Sidebar styles */
/* line 1598, app/assets/stylesheets/home.scss */
.sidebar {
  height: 100%;
  width: 300px;
  /* Set the width of the sidebar */
  position: fixed;
  top: 0;
  right: -300px;
  /* Start off-screen */
  background: linear-gradient(180deg, #faf8e8 0%, #ffffff 100%);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  transition: right 0.3s ease;
  /* Sliding animation */
  z-index: 1000;
  /* Ensure it's on top */
}

/* line 1612, app/assets/stylesheets/home.scss */
.sidebar.open {
  right: 0;
  /* Slide the sidebar into view */
}

/* line 1616, app/assets/stylesheets/home.scss */
.sidebar .close-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: transparent;
  color: #842e2f;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Sidebar menu items */
/* line 1628, app/assets/stylesheets/home.scss */
.sidebar ul {
  list-style-type: none;
  padding: 50px 20px;
  /* Add padding for better layout */
}

/* line 1633, app/assets/stylesheets/home.scss */
.sidebar ul li {
  padding: 15px 0;
  color: #5B2021;
  border-bottom: 1px solid #210707;
}

/* Style for the hamburger menu */
/* line 1640, app/assets/stylesheets/home.scss */
.hamburger-menu {
  display: none;
  /* Hide by default */
  cursor: pointer;
}

/* line 1645, app/assets/stylesheets/home.scss */
.hamburger-menu .bar {
  width: 25px;
  height: 3px;
  background-color: #842e2f;
  margin: 4px 0;
}

/* Responsive styling */
@media (max-width: 768px) {
  /* line 1654, app/assets/stylesheets/home.scss */
  .hamburger-menu {
    display: block;
    /* Show on smaller screens */
  }
}

@media (min-width: 769px) {
  /* line 1660, app/assets/stylesheets/home.scss */
  .hamburger-menu {
    display: none;
    /* Hide hamburger menu on larger screens */
  }
}

@media screen and (max-width: 768px) {
  /* line 1665, app/assets/stylesheets/home.scss */
  .fa-chevron-right, .fa-chevron-left {
    color: #faf8e8 !important;
  }
}
