@font-face {
  font-family: "Philosopher";
  src: url("../fonts/Philosopher-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Philosopher";
  src: url("../fonts/Philosopher-Regular.ttf") format("truetype");
  font-weight: 400;
}
.text-underlined {
  text-decoration: underline;
}

:root {
  --dark-primary: #552b60;
  --primary: #8e2f89;
  --green: #288a51;
}

.about-card {
  width: calc(33.3333333333% - 6.6666666667px);
  padding: 30px;
  border-radius: 10px;
  background-color: white;
}
.about-card__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .about-card {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .about-card {
    width: 100%;
  }
}
.about-card__top {
  flex: 1;
  display: flex;
}
.about-card__bottom {
  flex: 0;
  font-size: 16px;
}
.about-card__title {
  font-size: 18px;
  text-align: center;
  width: 100%;
}

.swiper-wrapper {
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary);
}

.swiper-pagination-bullet-active {
  background-color: var(--primary);
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.733);
  margin-top: -1px;
  animation: zoom 0.3s ease-in-out;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.modal img {
  width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.closeBtn {
  color: rgba(255, 255, 255, 0.87);
  font-size: 25px;
  position: absolute;
  top: 50px;
  right: 50px;
  margin: 20px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.closeBtn:hover {
  color: rgb(255, 255, 255);
}

.swiper-video {
  min-height: 300px;
  object-fit: contain;
  object-position: center;
}

.open-img {
  cursor: pointer;
}

.preview-block {
  display: flex;
  position: relative;
}
.preview-block__img-wrapper {
  height: 80vh;
  width: 40%;
  border-bottom-right-radius: 65px;
  border-top-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .preview-block__img-wrapper {
    width: 343px;
    height: 377px;
    border-radius: 65px;
    position: absolute;
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 400px) {
  .preview-block__img-wrapper {
    width: calc(100% - 60px);
  }
}
.preview-block__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.preview-block__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80vh;
  width: 60%;
  padding: 60px 120px;
  border-bottom-left-radius: 65px;
  border-top-left-radius: 65px;
  overflow: hidden;
  background-image: url(../images/bg1.jpg);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1200px) {
  .preview-block__content {
    padding: 30px 60px;
  }
}
@media (max-width: 767px) {
  .preview-block__content {
    height: auto;
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-top: 450px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.preview-block__title {
  font-family: "Philosopher", sans-serif;
  font-size: 53px;
  line-height: 130%;
  font-weight: 700;
  color: var(--primary-text);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .preview-block__title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .preview-block__title {
    font-size: 32px;
  }
}
.preview-block__subtitle {
  font-family: "Philosopher", sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  color: var(--primary-text);
}
.preview-block__text {
  color: var(--primary-text);
  width: 80%;
}
.preview-block__logo {
  height: 102px;
  width: 89px;
  position: absolute;
  right: 32px;
  top: 32px;
}
@media (max-width: 575px) {
  .preview-block__logo {
    top: 18px;
    right: 0;
  }
}
@media (max-width: 480px) {
  .preview-block__logo {
    display: none;
  }
}
.preview-block__logo img {
  width: 100%;
  object-fit: cover;
}

.block {
  padding-top: 50px;
  padding-bottom: 50px;
}

:root {
  --dark-primary: #552b60;
  --primary: #8e2f89;
  --primary-text: #684372;
  --green: #288a51;
}

html,
body {
  height: 100vh;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

main {
  min-height: calc(100% - 64px);
  padding-top: 80px;
}
@media (max-width: 1200px) {
  main {
    padding-top: 101px;
  }
}
@media (max-width: 991px) {
  main {
    padding-top: 61px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
}

.cms-toolbar-expanded .header {
  top: 46px;
}

h1 {
  font-size: 1.7rem !important;
}

.container-fluid {
  max-width: 1600px;
}

@media screen and (min-width: 576px) {
  .h-sm-100 {
    height: 100%;
  }
}

.text-logo h2 {
  color: var(--dark-primary);
  font-size: 1.7rem;
  font-family: "Philosopher";
}

.logo {
  height: 55px;
}

.navbar-light .menu .nav-item .nav-link {
  color: var(--dark-primary);
  position: relative;
}

.navbar-light .menu .nav-item .nav-link::before {
  position: absolute;
  content: " ";
  height: 1px;
  width: 0;
  background-color: var(--dark-primary);
  bottom: 0;
  left: 0;
  transition: width 0.5s ease;
}

.navbar-light .menu .nav-item .nav-link:hover {
  color: var(--dark-primary);
}

.navbar-light .menu .nav-item .nav-link:hover::before {
  width: 100%;
}

.main-page-image {
  height: 250px;
}

.main-page-image img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.screen-block {
  margin-top: 100px;
  margin-bottom: 100px;
}

.green-block {
  background-color: #c697c4;
}

.news-header {
  font-size: 2rem !important;
}

.img-stretch {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card-stretch-bg-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .card-stretch-bg-img {
    height: 300px;
  }
}
.news-card {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
}

@media screen and (max-width: 1200px) {
  .news-card {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .news-card {
    width: 100%;
  }
}
.popup-background {
  background-color: var(--primary);
}

.popup-background h2 {
  color: white;
}

.popup-background p {
  color: white;
}

.popup-background label {
  color: white;
}

.green-block .text-block,
.green-block h2,
.green-block p {
  color: #000;
}

.white-block {
  background-color: #fff;
}

.white-block .event-box {
  color: #000;
}

.white-block .block-h2 {
  color: var(--dark-primary);
}

.white-block img {
  max-width: 100%;
}

/* .btn-success {
	background-color: #bcd896 !important;
	border-color: #bcd896 !important;
	color: #000000 !important;} */
.event-box {
  position: relative;
}

.event-box::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: var(--dark-primary);
  left: -40px;
}

.event-box .event-title {
  font-size: 1.5rem;
  position: relative;
}

.event-box .event-title::before {
  content: " ";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: var(--dark-primary);
  left: -63px;
  top: -10px;
}

.all-box {
  position: relative;
  display: inline-block;
}

.all-box::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: var(--dark-primary);
  left: -40px;
}

.all-box::after {
  content: " ";
  position: absolute;
  height: 4px;
  width: calc(100% + 3rem + 40px);
  background-color: var(--dark-primary);
  bottom: -4px;
  left: -40px;
}

.btn-outline-success {
  border-color: #bcd896 !important;
  color: #fff !important;
}

.footer {
  background-color: var(--dark-primary);
  color: #fff;
}

.img-wrap {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  overflow: hidden;
}
.img-wrap--50 {
  padding-bottom: 50%;
}

.img-wrap-ratio2-1 {
  padding-bottom: 50%;
}

.img-wrap-ratio1-1 {
  padding-bottom: 100%;
}

.img-wrap-ratio16-9 {
  padding-bottom: 56.25%;
}

.img-wrap img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img-wrap-bdrs {
  border-radius: 0.25rem;
}

.video-frame {
  box-shadow: 0 0 0.5em;
}

.about-me-wrapper h2 {
  text-align: center;
  padding: 1.5rem;
}

.btn-success {
  background-color: var(--dark-primary);
  border-color: var(--dark-primary);
}

.btn-success:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-success:active {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-success:focus {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  box-shadow: none !important;
}

#popup {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  width: 60%;
  overflow: auto;
  box-shadow: 0 0 1000px;
}

#popup .form {
  width: 100%;
}

#popup_content {
  position: relative;
}

#hide_popup {
  position: absolute;
  top: 15px;
  right: 15px;
}

.popup_form {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.4);
}

.popup_buy_form_wrapper {
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.popup_close {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.popup_close:after,
.popup_close:before {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  /*animation: spin 4s linear infinite;*/
}

.popup_close:after {
  transform: translateY(9px) rotate(45deg);
}

.popup_close:before {
  transform: translateY(11px) rotate(-45deg);
}

.popup_close:hover::after {
  transform: translateY(9px) rotate(-45deg);
}

.popup_close:hover::before {
  transform: translateY(11px) rotate(45deg);
}

@media (max-width: 576px) {
  .text-logo h2 {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .logo {
    height: 45px;
  }
  .text-logo h2 {
    font-size: 1rem;
  }
}
@media (max-width: 996px) {
  .img-wrap {
    /*min-height: 225px; */
  }
}
@media (max-width: 768px) {
  .img-wrap-width {
    max-height: 250px;
    max-width: 250px;
  }
  .event-box .img-wrap {
    /*min-height: 200px; */
    max-height: 250px;
    max-width: 250px;
  }
  iframe.map {
    width: 100% !important;
  }
}
@media (max-width: 380px) {
  .img-wrap-width {
    max-height: 250px;
    max-width: 250px;
  }
  .event-box .img-wrap {
    max-height: 250px;
    max-width: 250px;
  }
}

/*# sourceMappingURL=style.css.map */
