:root {
  --bs-body-font-size: 0.9rem;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #C8A353;
  --bs-btn-border-color: #C8A353;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #BA923B;
  --bs-btn-hover-border-color: #C49c45;
  --bs-btn-focus-shadow-rgb: 143, 78, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #C49c45;
  --bs-btn-active-border-color: #AB8636;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #C8A353;
  --bs-btn-disabled-border-color: #C8A353;
}

.btn-outline-primary {
  --bs-btn-color: #C8A353;
  --bs-btn-border-color: #C8A353;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #C8A353;
  --bs-btn-hover-border-color: #C8A353;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #C8A353;
  --bs-btn-active-border-color: #C8A353;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #C8A353;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #C8A353;
  --bs-gradient: none;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #25302A;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F3F6F5;
  --bs-btn-hover-border-color: #25302A;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #25302A;
  --bs-btn-active-border-color: #232E28;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #25302A;
}

.about {
  background-color: #FFFFFF;
}

.achievements,
.odd_section {
  background-color: #FFFFFF;
}

.studies,
.even_section {
  background-color: #FBF8F1;
}

.media {
  background-color: #FFFFFF;
}

.testimonials {
  background-color: #F6F7F6;
}

.footer {
  color: #FFFFFF;
  background-color: #25302A;
}
.footer .social_media_row {
  background:linear-gradient(180deg, 
    #25302A calc(50% - 1px), 
    #3D4741 calc(50%), 
    #25302A calc(50% + 1px)
  );
  text-align: right;
  padding: 1em 0;
}
.social_media_row .social_media_icons {
  border-radius: 1em;
  padding: 0.7em 1.2em;
  background-color: #FFFFFF;
  width: max-content;
}
.social_media_icons a {
  color: #000000;
}
.social_media_icons a:hover {
  color: #25302A;
}

.section_title::before {
  content: " ";
  width: 14px;
  height: 2px;
  background-color: #C8A353;
  display: inline-block;
  margin: 5px;
}
.section_title {
  color: #C8A353;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.28px;
}

.about_right {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #1E1E1E 0%, #1E1E1E 0.01%, rgba(30, 30, 30, 0.80) 54.35%, #1E1E1E 100%);
}
.about_right:before {
  content: " ";
  position: absolute;
  bottom: 0; 
  right: 0;
  width: 100%; 
  height: 100%;  
  opacity: .25; 
  z-index: -1;
  overflow: hidden;
  background: url("../images/about_building.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonials_carousel {
  overflow: hidden;
  display: inline-flex;
}
.testimonials_carousel_box:last-child {
  margin-right: 0;
}

.btn-left, .btn-right {
  border-radius: 5em;
  border: 0;
  padding: 0.5em 0.8em;
  font-weight: 800;
}
.btn-left {
  background-color: #FFFFFF;
  color: #C8A353;
}
.btn-left:hover {
  background-color: #f0f0f0;
  color: #C8A353;
}
.btn-right {
  color: #FFFFFF;
  background-color: #C8A353;
}

#calendar {
  background: white;
  color: #C8A353;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
#calendar a {
  color: #C8A353;
  text-decoration: none;
}
.calendar-selected-day {
  background-color: #C8A353;
  color: white;
}
.calendar-selected-day a {
  color: white !important;
}
.time-slot {
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.time-slot-selected {
  background-color: #C8A353;
  color: white;
}
.fc-disabled-day {
  background-color: #dee2e6;
}
#selectedDateTimeText {
  border: 1px solid #C8A353;
  border-radius: 5px;
  padding: 0.8rem;
  display: inline-block;
}

.order_details .row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.order_details .row:nth-child(even) {
  background-color: #efefef;
}
.order_details .col-sm-3 {
  font-weight: bold;
}

@media (min-width:0px) {
  .intro_subtitle {
    font-size: 1rem;
  }

  .start_image_container {
    width: 20rem;
    height: 20rem;
    border-radius: 15rem;
    background-color: #C8A353;
    position: relative;
    overflow: visible;
    margin-top: 6rem;
  }
  .start_image_container .start_image_inner {
    width: 20rem;
    height: 26rem;
    border-bottom-right-radius: 15rem;
    border-bottom-left-radius: 15rem;
    position: absolute;
    bottom: 0;
    overflow: hidden;
  }
  .start_image_inner img {
    position: absolute;
    bottom: 0;
    width: 90%;
    right: 5%;
    margin-top: -5rem;
  }
  .start_image_counter {
    position: absolute;
    top: 0rem;
    right: 0rem;
    padding: 1.3rem;
    background-color: #FFFFFF;
    border-radius: 11rem;
    box-shadow: 0rem 0.25rem 3rem 0rem rgba(0, 0, 0, 0.1);
    color: #000;
    text-align: center;
    z-index: 100;
  }

  .counter_top,
  .counter_middle,
  .counter_bottom {
    letter-spacing: -0.32px;
  }
  .counter_top {
    font-weight: 800;
    font-size: 1.7em;
    color: #C7B69C;
  }
  .counter_middle,
  .counter_bottom {
    color: #25302A;
  }
  .counter_bottom {
    font-weight: 600;
  }

  .about_box {
    color: #FFFFFF;
    padding: 2rem;
  }
  .about_left img {
    width: 100%;
  }

  .achievement_number {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -1.4px;
    margin-bottom: 0;
  }
  .achievement_title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
  }
  .achievement_text {
    font-weight: 400;
    font-size: 0.8rem;
  }
  
  .studies_description {
    width: 100%;
    margin: auto;
  }
  .studies_data {
    margin: 0.9em 0.3em;
    padding: 0.5em 1em;
    background-color: #FFFFFF;
  }
  .studies_title {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.36px;
    margin-bottom: 0;
  }
  .studies_subtitle {
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: -0.28px;
    margin-bottom: 0;
  }
  .studies_dates {
    font-weight: 500;
    margin-top: 0.7rem;
    font-size: 1rem;
    letter-spacing: -0.32px;
  }

  .media_content img {
    width: 10rem;
  }

  .testimonials_carousel_box {
    width: 32rem;
    height: 24rem;
    flex-shrink: 0;
    border-radius: 1.875rem;
    background: #FFFFFF;
    margin-right: 2em;
  }
  .testimonials_carousel_user img {
    width: 16.322rem;
  }

  .carousel_box_title {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .carousel_box_text {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .carousel_box_conclusion {
    font-size: 0.8rem;
    font-weight: 700;
  }

  h1 {
    font-size: 2.4rem;
    font-weight: 800;
  }
  h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

@media (min-width:576px) {
  .start_image_container {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .media_content img {
    width: 14rem;
  }
}

@media (min-width:768px) {
  .about_left {
    width: 45%;
  }
  .about_box {
    padding: 0.8rem;
  }

  .media_content img {
    width: 13rem;
  }
}

@media (min-width:992px) {
  .intro_subtitle {
    font-size: 1.1rem;
  }

  .start_box {
    padding-right: 3rem!important;
  }

  .start_image_container {
    width: 25rem;
    height: 25rem;
    border-radius: 24rem;
    margin-top: 8.5rem;
    margin-right: 1rem;
  }
  .start_image_container .start_image_inner {
    width: 25rem;
    height: 35rem;
    border-bottom-right-radius: 24rem;
    border-bottom-left-radius: 24rem;
  }
  .start_image_inner img {
    margin-top: -7rem;
  }

  .about_left {
    width: 30%;
  }

  .media_title .col {
    flex: 0 0 auto;
    width: 40%;
  }

  h1 {
    font-size: 3rem;
    font-weight: 800;
  }
  h2 {
    font-size: 2rem;
    font-weight: 700;
  }
}

@media (min-width:1200px) {
  .intro_subtitle {
    font-size: 1.2rem;
  }

  .start_image_container {
    width: 28rem;
    height: 28rem;
    border-radius: 15rem;
    margin-top: 9rem;
    margin-right: 5rem;
  }
  .start_image_container .start_image_inner {
    width: 28rem;
    height: 37rem;
    border-bottom-right-radius: 15rem;
    border-bottom-left-radius: 15rem;
  }
  .start_image_inner img {
    margin-top: -9rem;
  }
  .start_image_counter {
    padding: 1.875rem;
  }
  .counter_top {
    font-size: 2rem;
  }

  .about_box {
    padding: 4rem;
  }
  .about_left {
    width: 40%;
  }

  .studies_description {
    width: 80%;
  }

  .media_title .col {
    width: 30%;
  }

  .media_content img {
    width: 16rem;
  }

  .testimonials_carousel_box {
    width: 42rem;
    height: 30rem;
    border-radius: 1.875rem;
    margin-right: 2em;
  }
  .testimonials_carousel_user img {
    width: 20.387rem;
  }

  .carousel_box_title {
    font-size: 1.5rem;
  }
  .carousel_box_text {
    font-size: 1rem;
  }
  .carousel_box_conclusion {
    font-size: 1rem;
  }
}

@media (min-width:1400px) {
  .about_box {
    padding: 8rem;
  }
  .about_left {
    width: auto;
  }

  .achievement_number {
    font-size: 2.5rem;
  }
  .achievement_title {
    font-size: 1.5rem;
  }
  .achievement_text {
    font-size: 1rem;
  }

  .studies_title {
    font-size: 1.5rem;
  }
  .studies_subtitle {
    font-size: 1rem;
  }
  .studies_dates {
    font-size: 1.2rem;
  }

  .media_content img {
    width: 18rem;
  }

  .testimonials_carousel_box {
    width: 48.75rem;
    height: 35.75rem;
    border-radius: 1.875rem;
    margin-right: 2em;
  }
  .testimonials_carousel_user img {
    width: 24.313rem;
  }

  h1 {
    font-size: 3.2rem;
    font-weight: 800;
  }
  h2 {
    font-size: 2.3rem;
    font-weight: 700;
  }
}

body {
  background-color: #FFFFFF;
  font-family: Inter, Arial, Helvetica, sans-serif;
}