/*=================================================================
  TYPOGRAPHY
==================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #070618;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: black;
}

h2.section-title {
  position: relative;
  color: #eac497;
  font-weight: 400;
}

h2.section-title:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  left: 0%;
  background-color: #cfcece;
  bottom: -10px;
}

.navbar-toggler {
  background: transparent !important;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar-light .navbar-toggler {
  border: none !important;
}

.navbar-light .navbar-toggler-icon2 {
  height: 20px;
  width: 30px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  position: relative;
  display: block;
}

.navbar-light .navbar-toggler-icon2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: white;
  left: 0;
}

.navbar-light .navbar-nav .nav-link {
  margin: 0 10px;
}

@media (min-width: 768px) {
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: black;
  }
}

.dropdown-item {
  text-align: center;
}

@media (min-width: 768px) {
  .dropdown-item {
    text-align: left;
  }
}

.dropdown-item img {
  width: 20px;
}

.dropdown-item:active {
  background-color: white;
}

.dropdown-menu {
  border-radius: 0;
}

.errorpage-btn {
  background-color: red;
  color: white;
  text-transform: uppercase;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.navbar {
  background: #0E0E0E;
}

@media (min-width: 1200px) {
  .navbar {
    padding-top: 10px !important;
  }
}

.navbar-toggler {
  background-color: white;
}

.navbar-light .navbar-nav a.nav-link {
  font-family: "Montserrat", sans-serif;
  color: white;
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #ccc;
  }
}

.navbar-brand {
  color: black !important;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-weight: bold;
}

.navbar-brand img {
  width: 200px;
}

@media (min-width: 768px) {
  .navbar-brand {
    font-size: 20px;
    margin-left: 18px;
  }
  .navbar-brand img {
    width: auto;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: white;
  }
  .navbar-light .navbar-nav a.nav-link {
    text-align: center;
    color: #5b5b5b;
  }
}

.navbar-light .navbar-toggler-icon2 {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.navbar-light .navbar-toggler-icon2:after {
  background: white;
}

.nav-item.nav-number {
  border: 1px solid grey;
}

.hero-section {
  padding-top: 60px;
}

@media (min-width: 1200px) {
  .hero-section {
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.hero-section .box-img {
  min-height: 90vh;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 100%;
}

.hero-section .box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.hero-section .box .box-content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .hero-section .box .box-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.hero-section .box .box-content h1 {
  font-size: 34px;
  margin-top: 20px;
  text-align: center;
  color: #eac497;
  font-weight: 400;
  text-shadow: 1px 1px 15px rgba(98, 98, 98, 0.24);
  letter-spacing: 1px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}

.hero-section .box .box-content h1:after {
  content: '';
  width: 80px;
  height: 1px;
  background-color: #cfcece;
  position: absolute;
  left: 50%;
  bottom: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 566px) {
  .hero-section .box .box-content h1 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .hero-section .box .box-content h1 {
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.hero-section .box .box-content span {
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .hero-section .box .box-content span {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 3px;
  }
}

.hero-section .box .box-content a {
  width: 250px;
  border: 1px solid #eac497;
  background: none;
  padding: 8px 16px;
  font-family: "Montserrat", sans-serif;
  color: #eac497;
  font-size: 14px;
  margin: 20px auto;
  text-decoration: none;
  text-align: center;
}

.hero-section .box .box-content a i {
  margin-left: 10px;
}

.hero-section .box .box-content a:hover {
  border: 1px solid #a09f9f;
  color: #a09f9f;
}

@media (min-width: 1200px) {
  .hero-section .box .box-content a {
    font-size: 14px;
    text-align: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 20px;
  }
}

.hero-section .box .rectangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #2d2d2d;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .hero-section .box .rectangle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .hero-section .box .rectangle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.hero-section .box .rectangle .rectangle-content {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1400px) {
  .hero-section .box .rectangle .rectangle-content {
    padding: 20px 40px;
  }
}

.hero-section .box .rectangle .rectangle-content p {
  font-size: 26px;
  color: white;
  line-height: 35px;
  text-align: center;
}

.hero-section .box .rectangle .rectangle-content p.hero-quote-author {
  text-align: right;
  margin-top: 20px;
}

.hero-section .box .rectangle:last-child {
  background: #0e0e0e;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hero-section .box .rectangle:last-child .rectangle-content h2::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-me {
  padding: 30px 0;
  position: relative;
  background: #0e0e0e;
}

@media (min-width: 1200px) {
  .about-me {
    padding: 170px 0 100px;
  }
  .about-me::after {
    display: block;
  }
}

.about-me .mobile-title {
  text-align: center;
}

.about-me .mobile-title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-me .about-me-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  padding: 10px 20px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

@media (min-width: 1200px) {
  .about-me .about-me-content {
    text-align: start;
  }
}

.about-me .about-me-content h2 {
  color: #eac497;
  margin-bottom: 40px;
  letter-spacing: 3px;
}

.about-me .about-me-content p {
  font-size: 14px;
  margin-bottom: 30px;
  color: white;
}

.about-me .about-me-content a {
  width: 150px;
  border: 1px solid #eac497;
  background: none;
  padding: 8px 16px;
  font-family: "Montserrat", sans-serif;
  color: #eac497;
  text-decoration: none;
  margin: 0 auto;
}

.about-me .about-me-content a:hover {
  border: 1px solid #a09f9f;
  color: #a09f9f;
}

@media (min-width: 1200px) {
  .about-me .about-me-content a {
    margin: 0 auto 0 0;
  }
}

@media (min-width: 1200px) {
  .about-me .about-me-content {
    width: 90%;
    padding: 20px 30px;
  }
}

.about-me .image {
  position: relative;
  display: block;
  z-index: 1;
}

.card-section {
  padding: 50px 0;
  background-color: #fafafa;
}

@media (min-width: 768px) {
  .card-section {
    padding: 70px 0;
  }
}

.card-section h2.section-title {
  color: #eac497;
  letter-spacing: 3px;
}

.card-section h2.section-title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card-section .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  margin: 10px 0;
  border-radius: 0px;
  padding: 15px 10px;
}

@media (min-width: 1100px) {
  .card-section .card {
    min-height: 340px !important;
  }
}

.card-section .card .icon {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  display: table;
}

.card-section .card .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  font-size: 60px;
  line-height: 40px;
  color: #444444;
}

.card-section .card h2 {
  color: #eac497;
  font-size: 18px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.card-section .card p {
  font-size: 14px;
  line-height: 25px;
}

@media (min-width: 1400px) {
  .card {
    min-height: 660px !important;
  }
}

.form-section {
  background-color: #0E0E0E;
  padding-bottom: 70px;
}

.form-section h2.section-title {
  color: #eac497;
  margin-bottom: 30px;
}

.form-section h2.section-title:after {
  color: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.form-section p {
  color: white;
}

@media (min-width: 768px) {
  .form-section p {
    color: white;
    text-shadow: none;
  }
}

.form-section form {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .form-section form {
    width: 70%;
  }
}

.form-section form .form-control {
  border-radius: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.form-section form input, .form-section form textarea {
  letter-spacing: 1px;
  background-color: #282828;
  border: 1px solid #282828;
}

.form-section form input:focus, .form-section form textarea:focus {
  letter-spacing: 1px;
  background-color: #282828;
  border: 1px solid #282828;
  color: white;
  outline: none;
}

.form-section form input::-webkit-input-placeholder, .form-section form textarea::-webkit-input-placeholder {
  color: white;
}

.form-section form input:-ms-input-placeholder, .form-section form textarea:-ms-input-placeholder {
  color: white;
}

.form-section form input::-ms-input-placeholder, .form-section form textarea::-ms-input-placeholder {
  color: white;
}

.form-section form input::placeholder, .form-section form textarea::placeholder {
  color: white;
}

.form-section form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-section form button {
  border-radius: 0px;
  font-family: "Montserrat", sans-serif;
  color: #eac497;
  background: transparent;
  font-size: 16px;
  font-weight: 300;
  width: 200px;
  margin: 0 auto;
  letter-spacing: 1px;
  border: 1px solid #eac497;
}

.form-section form button img {
  margin-left: 10px;
}

.form-section form button:hover {
  border: 1px solid #a09f9f;
  color: #a09f9f;
}

@media (min-width: 768px) {
  .form-section form button {
    font-size: 16px;
  }
}

.form-section form .checkbox-label {
  color: white;
}

.form-section form .status {
  color: green !important;
  font-weight: 600;
}

.form-section form .status-red {
  font-weight: 600;
  color: red;
  background: rgba(255, 255, 255, 0.5);
}

.form-section .contact-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
}

.form-section .contact-box-wrapper h3 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

@media (min-width: 768px) {
  .form-section .contact-box-wrapper h3 {
    text-align: start;
    margin-bottom: 30px;
  }
}

.form-section .contact-box-wrapper p {
  color: white;
  text-shadow: none;
  font-size: 14px;
  text-transform: none;
}

.form-section .contact-box-wrapper a {
  color: white;
  text-decoration: none;
}

@media (min-width: 768px) {
  .form-section .contact-box-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.form-section .contact-box-wrapper img {
  width: 30px;
}

.form-section .map {
  overflow: hidden;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
  line-height: 21px;
  font-size: 11px;
  padding: 10px 0px;
  letter-spacing: 1px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 1px;
  color: white;
  background-color: #2D2D2D;
}

@media (min-width: 768px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer .top {
  padding: 20px;
  text-align: start;
}

@media (min-width: 768px) {
  .footer .top {
    padding: 50px;
  }
}

.footer .top h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: white;
}

.footer .top p {
  font-size: 13px;
  color: white;
}

.footer .bottom {
  border-top: 1px solid grey;
  padding-top: 10px;
}

.footer .bottom p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 12px;
  color: white;
}

@media (min-width: 768px) {
  .footer .bottom p {
    text-align: start;
  }
}

.footer .bottom a {
  opacity: 0.5;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.footer .bottom a:hover {
  opacity: 1;
}

.footer .bottom a img {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin-top: -5px;
}

.footer .shovv {
  font-family: "Montserrat", sans-serif;
}

.cookies-info {
  width: 100%;
}

.modal-wrapper {
  position: fixed;
  bottom: 0;
  text-align: center;
  /* max-height: 4vh; */
  padding: 5px 5px;
  z-index: 15;
}

.cookies-message {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: white;
  text-align: center;
  padding: 5px 5px;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .cookies-message {
    background-color: rgba(255, 255, 255, 0.5);
    width: 500px;
    left: 2%;
    bottom: 2%;
  }
}

.cookies-message p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #070618;
}

@media (min-width: 768px) {
  .cookies-message p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .cookies-message .buttons {
    margin-top: 10px;
  }
}

.cookies-message .buttons .accept-cookie {
  background: #333;
  color: white;
  margin-right: 10px;
}

.modal-dialog {
  max-width: 100%;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 80%;
  }
}

.modal-dialog .list-text {
  width: 100%;
}

.why-me {
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url("../images/darkpen-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (min-width: 1200px) {
  .why-me {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.why-me h2.section-title {
  margin-bottom: 50px;
  letter-spacing: 3px;
}

@media (min-width: 1200px) {
  .why-me h2.section-title {
    margin-bottom: 80px;
  }
}

.why-me h2.section-title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.why-me .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #cfcece;
  padding: 20px 30px;
}

.why-me .box p.box-title {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  font-size: 14px;
  color: white;
}

.why-me .box p.box-text {
  margin-top: auto;
  font-size: 13px;
  color: white;
}

.why-me .box img {
  width: 50px;
}

.why-me .box:last-of-type {
  border-right: none;
}

.loading-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading-overlay-wrapper {
  width: 100%;
  height: 100%;
  background: #2D2D2D;
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.smooth-hide {
  opacity: 0;
  transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -webkit-transition: opacity 2s ease-in-out;
}
/*# sourceMappingURL=style.css.map */