html {
  font-size: 10px;
}

body {
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  line-height: 2.8rem;
}

.container {
  color: #7a7979;
}

p {
  font-size: 1.6rem;
}

.navbar-toggler {
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.separator {
  height: 1px;
  border-bottom: 1px solid #cc3333;
}

.separator-double {
  height: 8rem;
}

.title {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #cc3333;
}

.text-small {
  font-size: 1.3rem;
}

.text-medium {
  font-size: 1.8rem;
}

.text-big {
  font-size: 3rem;
}

.red {
  background-color: #cc3333;
}

.yellow {
  background-color: #ffeab7;
}

.white {
  background-color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.text-red {
  color: #cc3333;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.p-75 {
  padding: 7.5rem;
}

.header-title h1 {
  color: #cc3333;
  font-size: 2.8vw;
  font-weight: 700;
  @media (max-width: 768px) {
    white-space: initial;
  }
}

.header-title h4 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.6rem;
  text-align: left;
  color: #7a7979;
}

.header-title h4 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.header-content {
  flex: 0;
  align-content: center;
  margin: 5rem 0px;
  max-height: 32.5rem;
}

.header-content .col-sm {
  height: 100%;
}

.header-buddha img {
  height: 100%;
  width: 100%;
}

.paragraph strong {
  font-weight: bold;
}

.paragraph div {
  background-color: #cc3333;
  color: #ffffff;
  padding: 3rem;
  font-size: 2.3rem;
  line-height: 3.7rem;
  margin: 3rem 0;
  border-radius: 33px;
}

.paragraph img {
  margin-bottom: 4;
  width: 100%;
}

.side {
  visibility: collapse;
}

.scroll-to-top-button {
  bottom: 12rem;
  right: 2rem;
  background-color: #cc3333;
  border-color: initial;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
}

a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #7a7979;
  transform: all 0.5 ease;
}

a:hover {
  color: #cc3333;
}

.section-title {
  color: #cc3333;
  font-weight: 500;
  text-align: center;
  margin: 20px 48px 66px;
  font-size: 4rem;
}

.btn-curve,
.btn-curve-white {
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 16px;
  text-align: center;
  font-size: 14px;
  padding: 8px 4px;
  margin-top: 15px;
}

.btn-curve {
  background-color: #cc3333;
  color: #ffffff;
  width: 14vw;
  padding: 1.6rem 2rem;
  border-radius: 1.6rem;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-curve:hover {
  background-color: #cc3333;
  color: #ffe0be;
  text-decoration: none;
}

.btn-curve-white {
  background-color: #ffffff;
  color: #666666;
}

.btn-curve-white:hover {
  background-color: #ffffff;
  color: #666666;
}

@media (max-width: 768px) {
  .container {
    --bs-gutter-x: 3.5rem;
  }
  .teacher-student-role {
    max-width: 100%;
  }
  .section {
    margin: 1rem 0;
  }
  .header-content {
    margin-bottom: 0;
    max-height: 100%;
  }
  .separator {
    display: none;
  }

  .section-title {
    font-size: 2.6rem;
    margin: 0 0 3rem;
  }
}

@media all and (min-width: 1200px) {
  .side {
    background-color: #ffeab7;
    padding: 4rem;
    height: fit-content;
    color: #232434;
    visibility: visible;
  }
}

@media screen and (width >= 1400px) {
  .container {
    max-width: 1200px;
  }
  .btn-curve {
    font-size: 1.7rem;
  }
  .section-content .btn-more {
    margin-bottom: 2rem;
    margin-right: 2rem;
    margin-top: auto;
  }
}
@media screen and (width >= 1500px) {
  .container {
    max-width: 1500px;
  }
}

@media screen and (width <=1500px) {
  .header-content {
    max-height: 26rem;
  }
}
