@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto:wght@300&display=swap");
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
.btn {
  margin-top: 0;
  margin-bottom: 1.09375rem;
}

img {
  width: 100%;
}

ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

a {
  display: inline-block;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.contact-section-four__wrap, .contact-section-three .box-one__wrap, .contact-section-two__wrap, .contact-section-one__wrap, .footer__wrap, .copyright__wrap, .section-three__wrap, .section-two__wrap, .container__box__inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.contact-section-four, .contact-section-three .box-one, .contact-section-two, .contact-section-one, .footer, .section-three, .container__box__inner {
  padding: 4.375rem 0;
}

.contact-section-four__wrap > :last-child, .contact-section-three .box-one__wrap > :last-child, .contact-section-two__wrap > :last-child, .copyright__wrap > :last-child, .section-three .container-box__text > :last-child {
  margin-bottom: 0;
}

.navbar-parent .navbar, .container .navbar {
  position: absolute;
  top: 0.7291666667rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 425px) {
  .navbar-parent .navbar__brunch, .container .navbar__brunch {
    flex: 0 1 70%;
  }
}
@media (max-width: 425px) {
  .navbar-parent .navbar__menu, .container .navbar__menu {
    display: flex;
    flex: 1 1 30%;
    flex-wrap: wrap;
  }
}
.navbar-parent .navbar__menu a, .container .navbar__menu a {
  background-color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 0.546875rem 1.09375rem;
  color: #343f55;
  transition: color 0.3s ease-in-out, background-color 0.5s ease-in-out;
}
@media (max-width: 405px) {
  .navbar-parent .navbar__menu a, .container .navbar__menu a {
    flex-basis: 100%;
  }
}
@media (max-width: 375px) {
  .navbar-parent .navbar__menu a, .container .navbar__menu a {
    padding: 0.546875rem 0.7291666667rem;
  }
}
.navbar-parent .navbar__menu a:hover, .container .navbar__menu a:hover {
  background-color: #343f55;
  color: white;
}
.navbar-parent .navbar__menu a.active, .container .navbar__menu a.active {
  background-color: #343f55;
  color: white;
}
.navbar-parent .navbar__menu a:not(:last-child), .container .navbar__menu a:not(:last-child) {
  margin-right: -4px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #cdcdcd;
}
@media (max-width: 425px) {
  body {
    line-height: 1.2;
  }
}

h1 {
  font-size: 1.4375rem;
  font-weight: 400;
}

h2 {
  font-size: 1.375rem;
  font-weight: 400;
}

h3 {
  font-size: 1.125rem;
  font-weight: 400;
}

.button-white {
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid white;
  color: white;
  padding: 8px 22px;
  transition: color 0.3s ease-in-out, background-color 0.5s ease-in-out, border-color 0.7s ease-in;
}
.button-white:hover {
  background-color: white;
  border-color: #527df0;
  color: #527df0;
}

.button-blue-filled {
  background-color: #527df0;
  border-radius: 20px;
  color: white;
  border: none;
  padding: 8px 22px;
  transition: color 0.3s ease-in-out, background-color 0.5s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8125rem;
}
.button-blue-filled:hover {
  background-color: white;
  color: #527df0;
}

.button-blue {
  background-color: transparent;
  border-radius: 20px;
  border-color: #527df0;
  border: 1px solid;
  color: #527df0;
  padding: 8px 22px;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out, background-color 0.5s ease-in-out;
  font-weight: 600;
  font-size: 0.8125rem;
}
.button-blue:hover {
  background-color: #527df0;
  color: white;
}

q {
  font-style: italic;
}

.border {
  height: 2px;
  width: 4.375rem;
  background-color: #527df0;
  display: block;
}

.header {
  font-weight: 600;
  text-transform: uppercase;
  color: #040406;
}

.container {
  position: relative;
}
.container__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .container__wrap {
    flex-wrap: wrap;
  }
}
.container__box {
  flex-basis: 50%;
  min-height: 100vh;
  display: flex;
}
@media (max-width: 768px) {
  .container__box {
    flex-basis: 100%;
    min-height: auto;
  }
}
.container__box__inner {
  margin-top: 4.375rem;
}
.container__box a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8125rem;
}
.container .one {
  background-color: #527df0;
  color: #eeeeee;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .container .one {
    padding-right: 0;
  }
}
.container .one__inner {
  text-align: start;
  align-self: center;
}
@media (max-width: 768px) {
  .container .one__inner {
    text-align: center;
    margin-bottom: 5.46875rem;
  }
}
.container .two {
  background-color: #cdcdcd;
  color: #343f55;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .container .two {
    padding-left: 0;
  }
}
.container .two__inner {
  text-align: end;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .container .two__inner {
    text-align: center;
    align-self: center;
  }
}
.container__profile-picture {
  position: absolute;
}
@media (max-width: 768px) {
  .container__profile-picture {
    top: 56%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
}
@media (max-width: 405px) {
  .container__profile-picture {
    top: 54%;
  }
}

.section-two {
  padding-top: 4.375rem;
  background-color: #343f55;
}
.section-two__website-template {
  display: flex;
}
@media (max-width: 768px) {
  .section-two__website-template {
    flex-wrap: wrap;
  }
}
.section-two__website-template .image {
  flex: 0 1 60%;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .section-two__website-template .image {
    align-self: center;
    flex-basis: 100%;
    margin-bottom: 2.1875rem;
  }
}
.section-two__website-template .image img {
  display: flex;
}
.section-two__website-template .author {
  align-self: center;
  flex: 1 1 40%;
  padding-bottom: 4.375rem;
  padding-left: 2.1875rem;
  text-align: right;
}
@media (max-width: 768px) {
  .section-two__website-template .author {
    flex-basis: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.section-two__website-template .author img {
  width: 120px;
}
.section-two__website-template .author p {
  font-size: 1.375rem;
  font-weight: 400;
}

.section-three__wrap__inner {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1024px) {
  .section-three__wrap__inner {
    width: 100%;
  }
}
.section-three .container-box {
  display: flex;
  margin-right: -1.09375rem;
}
@media (max-width: 425px) {
  .section-three .container-box {
    flex-wrap: wrap;
  }
}
.section-three .container-box__image {
  flex: 0 1 50%;
}
@media (max-width: 425px) {
  .section-three .container-box__image {
    flex-basis: 100%;
  }
}
.section-three .container-box__image__inner {
  margin-right: 1.09375rem;
}
.section-three .container-box__text {
  flex: 1 1 50%;
  text-align: left;
}
@media (max-width: 425px) {
  .section-three .container-box__text {
    margin-bottom: 2.1875rem;
  }
}
.section-three .container-box__text h2 {
  color: #527df0;
  font-weight: 600;
}
.section-three .container-box__text p {
  color: #343f55;
}
.section-three .container-box__text__inner {
  margin-right: 1.09375rem;
}
.section-three .container-box:not(:last-child) {
  margin-bottom: 4.375rem;
}
.section-three .reverse {
  flex-direction: row-reverse;
}

.footer {
  color: #343f55;
}
.footer__boxes {
  display: flex;
  margin-left: -1.09375rem;
  margin-bottom: -2.1875rem;
}
@media (max-width: 768px) {
  .footer__boxes {
    flex-wrap: wrap;
  }
}
.footer .box:not(:last-child) {
  flex: 1 1 16%;
}
@media (max-width: 768px) {
  .footer .box:not(:last-child) {
    flex-basis: 50%;
  }
}
.footer .box:last-child {
  flex: 1 1 36%;
}
@media (max-width: 768px) {
  .footer .box:last-child {
    flex-basis: 100%;
  }
}
.footer .box__inner {
  margin-left: 1.09375rem;
  margin-bottom: 2.1875rem;
}
.footer .box li::before {
  content: "- ";
}
.footer .box li:not(:last-child) {
  margin-bottom: 0.7291666667rem;
}
.footer .box .icons a:not(:last-child) {
  margin-right: 0.7291666667rem;
}
.footer .box .icons i {
  color: #eeeeee;
  background-color: silver;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  text-align: center;
  border-radius: 50%;
  transition: color 0.3s ease-in-out, background-color 0.5s ease-in-out;
}
.footer .box .icons i:hover {
  color: #818181;
  background-color: #eeeeee;
}

.copyright {
  padding: 2.1875rem 0;
  background-color: #527df0;
  color: white;
  text-align: center;
}
.contact-section-one {
  background-color: #343f55;
  color: white;
}
.navbar-parent {
  display: flex;
  justify-content: center;
  background-color: #527df0;
}
.navbar-parent .navbar {
  position: static;
  margin: 0.7291666667rem 0;
}

.contact-section-two {
  color: #343f55;
}
.contact-section-two h2 {
  color: #527df0;
  font-weight: 600;
}
.contact-section-two .header {
  text-transform: initial;
}

.contact-section-three {
  display: flex;
  margin-bottom: 4.375rem;
}
@media (max-width: 847px) {
  .contact-section-three {
    flex-wrap: wrap;
  }
}
.contact-section-three .box-one {
  flex: 1 1 30%;
  background-color: #527df0;
  display: flex;
  align-items: center;
}
@media (max-width: 847px) {
  .contact-section-three .box-one {
    flex-basis: 100%;
  }
}
.contact-section-three .box-two {
  flex: 1 1 70%;
}
@media (max-width: 847px) {
  .contact-section-three .box-two {
    flex-basis: 100%;
  }
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  height: 100%;
}
@media (max-width: 847px) {
  .map-responsive iframe {
    height: 70;
  }
}

.contact-section-four {
  background-color: #343f55;
  color: white;
  text-align: center;
}
.contact-section-four__wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .contact-section-four__wrap {
    width: 80%;
  }
}
.contact-section-four .button-blue {
  background-color: white;
}
.contact-section-four .button-blue:hover {
  background-color: #527df0;
  border-color: #527df0;
}
.contact-section-four input {
  margin: 0 auto;
  background-color: #475675;
  display: block;
  margin-bottom: 1.09375rem;
  border-radius: 20px;
  border: 1px solid white;
  padding: 0.546875rem 1.09375rem;
  width: 80%;
  color: white;
}
.contact-section-four input:focus {
  outline: none;
  border-color: #527df0;
}
.contact-section-four input::placeholder {
  color: white;
}

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