/*=================================================================
  TYPOGRAPHY
==================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;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: "Open Sans", sans-serif;
  font-size: 16px;
  color: #070618;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  color: #070618;
}

.status-red {
  font-size: 14px;
  color: red;
}

.status {
  font-size: 14px;
  color: green;
}

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

.navbar-toggler {
  background-color: white;
  margin-top: 10px;
  margin-left: auto;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .navbar-nav {
    margin-left: 100px;
  }
}

.navbar-light .navbar-nav a.nav-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  letter-spacing: 1px;
}

.nav-item.nav-number {
  border: 2px solid #002f5d;
  margin-left: 20px;
}

.navbar-brand {
  color: white !important;
  text-transform: uppercase;
  font-family: "Playfair Display", sans-serif;
}

.navbar-brand img {
  max-width: 220px;
}

@media (min-width: 991px) {
  .navbar-brand img {
    max-width: 300px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: rgba(255, 255, 255, 0.9);
  }
  .navbar-light .navbar-nav a.nav-link {
    text-align: center;
    color: #000;
    font-weight: bold;
  }
}

.navbar-toggler {
  background: transparent;
  border: none;
  outline: none;
}

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

@media (min-width: 768px) {
  .navbar-toggler .navbar-toggler-icon2 {
    border-top: 2px solid white !important;
    border-bottom: 2px solid white !important;
  }
}

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

@media (min-width: 768px) {
  .navbar-toggler .navbar-toggler-icon2:after {
    background: white;
  }
}

.hero-section .hero-text-wrapper {
  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;
  padding-bottom: 50px;
  margin-top: 50px;
  position: relative;
  -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: 991px) {
  .hero-section .hero-text-wrapper {
    margin-top: 0;
    width: 60%;
    margin-left: 150px;
  }
}

.hero-section .background-street {
  background-image: url("../images/bg_2.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 768px) {
  .hero-section .background-street {
    height: 40vh;
  }
}

@media (min-width: 991px) {
  .hero-section .background-street {
    height: 100vh;
  }
}

.hero-section .background-street .img-wrapper {
  height: 70%;
  width: 90%;
  position: absolute;
  top: 130px;
  left: -100px;
  -webkit-box-shadow: -20px 28px 44px -33px #42445a;
  box-shadow: -20px 28px 44px -33px #42445a;
  display: none;
}

@media (min-width: 1200px) {
  .hero-section .background-street .img-wrapper {
    display: block;
  }
}

.hero-section .background-street .img-wrapper img {
  width: 100%;
  height: 100%;
}

.hero-section .marble-bg {
  background-image: url("../images/marmur3.jpg");
  background-size: cover;
  background-position: center;
}

.hero-section .marble-bg h1 {
  color: #d1ae6c;
  font-size: 40px;
  text-align: center;
}

@media (min-width: 991px) {
  .hero-section .marble-bg h1 {
    font-size: 60px;
  }
}

.hero-section .marble-bg h4 {
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #070618;
}

@media (min-width: 991px) {
  .hero-section .marble-bg h4 {
    margin-top: 0px;
  }
}

.hero-section .marble-bg h4:after {
  content: '';
  bottom: -15px;
  height: 2px;
  width: 30%;
  left: 0%;
  background: #070618;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 991px) {
  .hero-section .marble-bg h4:after {
    margin-top: 0px;
  }
}

.hero-section .marble-bg p {
  text-align: center;
}

@media (min-width: 991px) {
  .hero-section .marble-bg p {
    width: 80%;
    margin: 0 auto;
  }
}

.hero-section .marble-bg .contact-btn {
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 8px 30px;
  background: #d1ae6c;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.hero-section .marble-bg .contact-btn:hover {
  background: black;
}

.hero-section .marble-bg .logo-radca {
  opacity: 0.4;
  margin: 30px auto;
}

@media (min-width: 991px) {
  .hero-section .marble-bg .logo-radca {
    right: 0;
    position: absolute;
    bottom: 10%;
    right: -13%;
  }
}

.hero-section .marble-bg .logo-radca img {
  width: 150px;
}

@media (min-width: 991px) {
  .hero-section .marble-bg .logo-radca img {
    width: 100%;
  }
}

.about-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 991px) {
  .about-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.about-section .about-content-wrapper {
  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: 991px) {
  .about-section .about-content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-section .about-text-wrapper {
  max-width: 500px;
}

@media (min-width: 991px) {
  .about-section .about-text-wrapper {
    margin-top: 50px;
    margin-right: 50px;
  }
}

.about-section .about-text-wrapper .about-img-wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: url("../images/about.jpg");
  background-size: cover;
  margin: 0 auto;
}

.about-section .about-text-wrapper h4 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  font-weight: bold;
  color: #070618;
}

.about-section .about-text-wrapper h4:after {
  content: '';
  bottom: -15px;
  height: 2px;
  width: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #070618;
  position: absolute;
}

.about-section .about-text-wrapper h2 {
  color: #d1ae6c;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-section .about-text-wrapper p {
  text-align: center;
}

.about-section .img-wrapper {
  height: 100%;
}

@media (min-width: 991px) {
  .about-section .img-wrapper {
    margin-left: 50px;
    width: 500px;
  }
}

.offer-section {
  min-height: 80vh;
  background-image: url("../images/offer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 0px 0px 50px;
}

@media (min-width: 991px) {
  .offer-section {
    padding: 100px 0;
  }
}

.offer-section h2 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.offer-section h2:after {
  content: '';
  bottom: -15px;
  height: 2px;
  width: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  position: absolute;
}

.offer-section p {
  color: white;
  margin: 0 auto 30px;
  text-align: center;
}

@media (min-width: 991px) {
  .offer-section p {
    width: 70%;
  }
}

.offer-section .card-box {
  padding: 30px 10px;
  background: rgba(255, 255, 255, 0.4);
  min-height: 350px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer-section .card-box h3 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  color: white;
}

.offer-section .card-box p {
  margin-top: 20px;
  width: 100%;
}

.why-me {
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url("../images/marmur3.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: 1px;
  text-transform: uppercase;
  color: #d1ae6c;
}

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

.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;
  padding: 20px 30px;
}

@media (min-width: 991px) {
  .why-me .box {
    border-right: 1px solid #cfcece;
  }
}

.why-me .box p.box-title {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-family: "Playfair Display", sans-serif;
}

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

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

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

.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: rgba(145, 141, 141, 0.521);
  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 {
    width: 500px;
    right: 5%;
    bottom: 7%;
  }
}

.cookies-message p {
  font-size: 12px;
  margin-bottom: 5px;
  color: white;
}

@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;
    font-size: 14px;
  }
}

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

.cookies-message .buttons a {
  border: 1px solid white;
  border-radius: 0;
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .cookies-message .buttons a {
    font-size: 14px;
  }
}

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

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

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

.clients-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 991px) {
  .clients-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.clients-section .clients-content {
  padding-top: 30px;
}

@media (min-width: 991px) {
  .clients-section .clients-content {
    padding-bottom: 50px;
    padding-left: 100px;
  }
}

.clients-section .clients-content h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #d1ae6c;
}

.clients-section .clients-content h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.clients-section .clients-content p {
  margin-top: 10px;
  text-align: center;
}

.form-section {
  padding-top: 50px;
  overflow: hidden;
  background: #f2f2f2;
}

.form-section .contactForm {
  position: relative;
}

.form-section .contactForm:after {
  content: '';
  width: 1px;
  height: 80%;
  position: absolute;
  top: -50px;
  right: -60px;
}

.form-section .section-title h3 {
  font-size: 30px;
  font-family: #d1ae6c;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #d1ae6c;
}

.form-section .form-title {
  font-family: "Playfair Display", sans-serif;
  color: #d1ae6c;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.form-section .contactForm button {
  margin-bottom: 50px;
  padding: 8px 30px;
  background: #d1ae6c;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0px;
  margin: 0 auto 50px;
  display: block;
}

@media (min-width: 991px) {
  .form-section .contact-box-wrapper {
    margin-left: 100px;
  }
}

.form-section .contact-box-wrapper .logo {
  width: 100%;
}

@media (min-width: 991px) {
  .form-section .contact-box-wrapper .logo {
    max-width: 400px;
  }
}

.form-section .contact-box-wrapper h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.form-section .contact-box-wrapper .contact-box {
  margin-bottom: 10px;
}

@media (min-width: 991px) {
  .form-section .contact-box-wrapper .contact-box {
    margin-left: 50px;
  }
}

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

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

.form-section .contact-box-wrapper .contact-box .social-icon-wrapper {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-section .contact-box-wrapper .contact-box .social-icon-wrapper a {
  margin: 0 10px;
}

.form-section .bottom {
  border-top: 1px solid #8d8989;
  padding-top: 20px;
  padding-bottom: 10px;
}

.form-section .bottom p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 991px) {
  .form-section .bottom p {
    text-align: start;
  }
}

.form-section .bottom .shovv {
  font-size: 12px;
}

.form-section .bottom .shovv img {
  margin-top: -5px;
}
/*# sourceMappingURL=style.css.map */