@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;700&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

html, body {
  background-color: #fff;
  min-height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font: 400 18px/1.5 "Josefin Sans", "Arial", sans-serif;
  color: #29457E;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.content-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

a {
  color: #9F76C5;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
a:hover, a:focus {
  color: #601f9c;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  border-color: #601f9c;
}

img {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  line-height: 1.4;
  margin: 0;
  font-weight: 700;
  margin: 20px 0;
}

h1, .h1 {
  font-size: 40px;
  line-height: 1.3;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 400;
}

h3, .h3 {
  font-size: 24px;
  font-weight: 300;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

p {
  margin: 20px 0;
}

hr {
  background-color: #CCC;
  height: 1px;
  border: 0;
}

.bold, b, strong {
  font-weight: 700;
}

.content-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.content-list li {
  position: relative;
  margin: 15px 0;
  padding: 0 0 0 35px;
}
.content-list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  left: 0;
  top: 11px;
  background-color: #ccc;
}

.intro {
  margin: 100px 0;
  align-items: center;
}
.intro .intro-left {
  max-width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 4rem;
}
.intro .intro-left .logo {
  width: 230px;
  margin: 0 0 90px;
}
.intro .intro-left .logo img {
  width: 100%;
}
.intro .intro-left h1 {
  margin-bottom: 30px;
}
.intro .intro-left p {
  max-width: 85%;
}
.intro .intro-right {
  position: relative;
  max-width: 53%;
}

.service {
  margin: 50px 0 100px;
  justify-content: center;
  align-items: center;
}
.service .service-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4rem;
}
.service .service-left {
  position: relative;
  max-width: 335px;
}

.note {
  justify-content: center;
  color: red;
  margin: 50px 0;
  padding: 0 30px;
}

.pricing {
  margin: 0 0 50px;
  justify-content: center;
  background-color: #FBF6FF;
}
.pricing .price-item {
  padding: 0 2rem;
  max-width: 33%;
  margin: 20px 0;
  text-align: center;
}
.pricing .price-item img {
  margin: 0 auto 30px;
  max-height: 80px;
}
.pricing .price-header {
  width: 100%;
  max-width: 100%;
}
.pricing .price-footer {
  width: 100%;
  max-width: 100%;
  text-align: start;
}
.pricing .price-footer .booking-conditions {
  padding: 20px;
  margin: 0;
}

.reeli {
  margin: 50px auto;
  max-width: 80%;
}
.reeli .reeli-photo {
  max-width: 30%;
}
.reeli .reeli-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reeli .reeli-text {
  padding: 4rem;
  max-width: 70%;
  background-color: #FBF6FF;
}

.contact {
  margin: 100px auto 0;
  max-width: 300px;
  text-align: center;
}
.contact h3 {
  font-weight: 700;
}
.contact .contact-btm {
  padding: 0.6rem 1rem;
  background-color: #F0F5F9;
}
.contact .contact-btm p {
  font-size: 16px;
}

/* -------------------------
	MEDIA QUERIES
--------------------------*/
@media only screen and (max-width: 1370px) {
  .content-wrapper {
    max-width: 100%;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 1200px) {
  .intro {
    margin: 70px 0;
  }
  .intro .intro-left {
    max-width: 100%;
  }
  .intro .intro-left .logo {
    margin: 0 0 50px;
  }
  .intro .intro-right {
    max-width: 45%;
  }
  .reeli {
    max-width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .service .service-left {
    max-width: 30%;
  }
  .service .content-list {
    margin: 0;
  }
}
@media only screen and (max-width: 900px) {
  .pricing {
    flex-direction: column;
  }
  .pricing .price-item {
    max-width: 100%;
  }
  .reeli {
    max-width: 100%;
  }
  .reeli .reeli-photo {
    max-width: 40%;
  }
  .reeli .reeli-text {
    padding: 3rem;
    max-width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .intro {
    margin: 50px 0;
    flex-direction: column;
  }
  .intro .intro-left {
    padding-right: 2rem;
  }
  .intro .intro-right {
    max-width: 80%;
  }
  .service {
    margin: 50px 0;
    justify-content: flex-start;
  }
  .service .service-left {
    display: none;
  }
  .service .service-right {
    padding-left: 0;
  }
  .pricing .price-item {
    max-width: 100%;
    padding: 0;
    text-align: left;
  }
  .pricing .price-item img {
    margin: 0 0 30px;
  }
  .reeli {
    flex-direction: column;
  }
  .reeli .reeli-photo {
    max-width: 100%;
  }
  .reeli .reeli-photo img {
    max-height: 564px;
    object-position: top;
  }
  .reeli .reeli-text {
    padding: 2rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 590px) {
  .content-wrapper {
    padding: 0 2rem;
  }
  p {
    font-size: 17px;
  }
  .intro .intro-left {
    margin-bottom: 20px;
  }
  .intro .intro-left h1 {
    font-size: 30px;
  }
  .intro .intro-left p {
    max-width: 100%;
  }
  .intro .intro-right {
    max-width: 100%;
  }
  .contact {
    max-width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .content-wrapper {
    padding: 0 1rem;
  }
  .intro .intro-left h1 {
    font-size: 26px;
  }
  h2, .h2 {
    font-size: 26px;
  }
  .pricing .price-item {
    padding: 0 35px;
  }
}

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