@import url("https://fonts.googleapis.com/css2?family=Corben:wght@400;700&display=swap");
.text-red {
  color: #e34632 !important;
}

.text-grey {
  color: #181818b2;
}

.bg-lightblue {
  background: #ebeafa;
}

body {
  margin: 0;
  padding: 0;
  color: #181818;
  font-family: "Corben", cursive, serif;
}

.mw-1200 {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.w-600 {
  width: 600px;
  max-width: 100%;
}

.w-500 {
  width: 500px;
  max-width: 100%;
}

.w-480 {
  width: 480px;
  max-width: 100%;
}

.w-350 {
  width: 350px;
  max-width: 100%;
}

.my-90 {
  margin: 90px 0;
}

.mt-100 {
  margin-top: 100px;
}

.py-90 {
  padding: 90px 0;
}

.link {
  font-size: 25px;
  text-decoration: underline;
  color: #181818;
}

.link:hover {
  color: #181818;
}

.link-hover-red {
  color: #181818;
}

.link-hover-red:hover {
  color: #e34632;
}

.heading-1 {
  font-size: 36px;
}

.heading-4 {
  font-size: 22px;
}

.section-desc-sm {
  font-size: 14px;
}

.section-desc {
  font-size: 18px;
}

.subtitle {
  font-size: 30px;
  color: #e34632;
}

.title {
  font-size: 63px;
}

.footer {
  background: #ebeafa;
}

.footer__title {
  text-decoration: underline;
}

.footer__link {
  text-decoration: none;
  color: #181818;
}

.footer__link:hover {
  color: #181818;
}

a:focus,
button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.heart-unfilled {
  fill: none;
  stroke: #e34632;
}

.navbar {
  z-index: 99999;
  padding: 0 40px;
  margin: 0 auto;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  color: #e34632 !important;
}

@media screen and (max-width: 1200px) {
  .navbar {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 0;
  }
}

.navbar-brand {
  font-size: 40px;
  color: #e34632 !important;
  padding: 0;
}

.navbar .nav-link {
  font-size: 18px;
  color: #e34632 !important;
  margin: 0 7px;
}

@media screen and (max-width: 992px) {
  .navbar .nav-link {
    font-size: 40px;
  }
}

.navbar .offcanvas {
  width: 450px;
  padding-left: 50px;
}

@media screen and (max-width: 992px) {
  .navbar .offcanvas {
    background: #ebeafa;
  }
}

.navbar .btn-close {
  margin: 4px 23px 0 0;
}

.instagram {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.instagram__title {
  white-space: nowrap;
  text-align: center;
  font-size: 6.1vw;
  width: 100vw;
  position: absolute;
  left: 0%;
  top: 35%;
}

.instagram__2nd {
  margin-top: 10vw;
  position: relative;
  z-index: 10;
}

.section-3 {
  width: 100%;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 6.85fr;
      grid-template-columns: 5fr 6.85fr;
}

.section-3__item {
  position: relative;
}

.section-3__item a {
  z-index: 10;
}

.section-3__item .top-left {
  position: absolute;
  top: 20px;
  left: 20px;
}

.section-3__item .top-right {
  position: absolute;
  top: 20px;
  right: 20px;
}

.section-3__item .bottom-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(227, 70, 50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(227, 70, 50)'%3e%3cpath  d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

.hero {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.86fr 0.55fr;
      grid-template-columns: 0.86fr 0.55fr;
}

@media screen and (max-width: 1200px) {
  .hero {
    -ms-grid-columns: 1.72fr 0.657fr;
        grid-template-columns: 1.72fr 0.657fr;
  }
}

.hero__left {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .hero__left-img {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .hero__left-img {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
  }
}

.hero__left-text {
  margin-left: 8vw;
  position: -webkit-sticky;
  position: sticky;
  bottom: -30px;
  z-index: 10;
}

.hero__left-text h1 {
  font-size: 5vw;
}

.hero-text-md {
  background: #fdf5ff;
}

.about__title {
  font-size: 6vw;
  width: 1045px;
  max-width: 100%;
  margin: 90px auto;
  text-align: center;
}

.about__title img {
  width: 6vw;
}

.press {
  background: #fdf5ff;
}
/*# sourceMappingURL=index.css.map */