@font-face {
  font-family: 'alta-regular';
  src: url('alta-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 15px;
}
body {
  font-family: 'alta-regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: rgb(229, 224, 211);
  min-width: 320px;
}

img {
  max-width: 100%;
  /* height: auto; */
}
 
.navbar-brand img {
  height: auto;
  padding-left: 55px;
  background-color: rgb(255, 255, 255) !important;
}

section {
  padding: 50px 0;
}

a {
  color: #000000;
}

a:hover {
  color: #555;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  background-color: rgb(255, 255, 255) !important;
  font-size: 18px;
  /* Adjust the font size as needed */
}

.navbar-nav .dropdown-menu .navbar-dark {
  right: 0;
  left: auto;
  background-color: rgb(0, 0, 0) !important;
}

.top-menu li a::after {
  content: '';
  display: block;
  width: 100%;
  background-color: #111;
  height: 1px;
  transition: all .3s;
  transform: scale(0);
  background-color: rgb(255, 255, 255) !important;
}

.top-menu li a:hover::after {
  transform: scale(1);
}

.interiors-link {
  color: #000000 !important;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

  
/* Header */
html {
  position: relative;
  min-height: 100%;
  background-color: rgb(255, 255, 255) !important;
}

.image_scroll {
  width: 100%;
  font-family: "alta-regular";
  height: auto;
  border-radius: 8px;
  margin-top: 50px;
}




@keyframes carousel {

  0% {
    /*transform: translateY(100%);*/
    opacity: 3;
  }

  100% {
    /*transform: translateY(50px);*/
    opacity: 3;
  }

}

@media (prefers-reduced-motion: no-preference) {
  .carousel-inner {
    animation: carousel 1s;
  }
}





@keyframes enter-animation {

  0% {
    /*transform: translateY(100%);*/
    opacity: 0;
  }

  100% {
    /*transform: translateY(50px);*/
    opacity: 3;
  }

}

@media (prefers-reduced-motion: no-preference) {
  .image-animation {
    animation: enter-animation 2s;
  }
}

p {
  font-size: large;
  color: #633b2f;
  line-height: 35px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 1.5rem;
}

.navbar-dark {
  position: relative;
  padding: 50px 0;
  background-color: rgb(255, 255, 255);
  color: black;
  font-family: 'alta-regular', sans-serif;
  box-shadow: 0px 2px 5px #777;
}

.navbar-text {
  color: black;
  font-family: 'alta-regular', sans-serif;

}

body {
  background-color: rgb(229, 224, 211);
}

.container1 {
  width: 100%;
  height: 100px;
  background-color: rgb(229, 224, 211);
  text-align: center;
}

.navbar-dark {
  font-family: 'alta-regular', sans-serif;
  /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
  /*background-color: rgb(186, 187, 167)!important;*/
}

.navbar-brand {

  left: 50%;
  margin-left: -110px !important;
  display: block;
  align-items: center;
}

ul.navbar-nav {
  float: right;
}

ul.navbar-nav li {
  display: inline;
  list-style-type: none;
}

h1 {
  text-align: right;
  margin-left: 20px;
  font-weight: 100;

}

h3 {
  text-align: center;
  font-weight: 100;
}

.footer {
  bottom: 0;
  width: 100%;
  padding-bottom: 2px;
  line-height: 60px;
  background-color: rgb(229, 224, 211);
  text-align: center;
  font-family: 'alta-regular', sans-serif
}


.image {
  position: relative;

}

.image2 {
  position: relative;
  width: 400px;
}

.image__img {
  display: inline-block;
}

.image__overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #000000;
  font-family: 'Quicksand', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.50s;
}

.image__overlay--blur {
  backdrop-filter: blur(5px);
}

.image__overlay--primary {
  background: rgba(255, 255, 255, 0.7); /* 30% white */
}

.image__overlay>* {
  transform: translateY(20px);
  transition: transform 0.50s;
}

.image__overlay:hover {
  opacity: 2;
}

.image__overlay:hover>* {
  transform: translateY(0);
}

.image__title {
  font-size: 25px;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
  text-align: center;
}

.image__description {
  font-size: 1.25em;
  margin-top: 0.25em;
  text-decoration: none;
  font-family: "Italiana", sans-serif;
  font-size: larger;
  color: rgb(0, 0, 0);
}

.container_contact {
  text-align: center;
}

h1 {
  text-align: center;
  font-weight: 100;
}

.aboutimg {
  width: 465px;
  float: left;
  margin-right: 70px;
  height: 640px;
}

.enlarge-img {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 20%;
}

.enlarge {
  transition: transform .7s;
  width: 250px;
  height: 200px;
  margin: 0 auto;

}

.enlarge:hover {
  transform: scale(2.5);
}

p {
  font-size: 17px;

}

hr {
  display: inline-block;
  margin: auto;
  width: 80%;
}

.container_proj span {
  display: inline-block;
}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 850px) {

  .footer {
    width: 100%;
    height: auto;

  }
}

.wow:hover {
  background-color: red;
}

@media (max-width: 850px) {

  .image__img {
    display: inline-block;
    width: 100% !important;

  }
}


@media (max-width: 850px) {

  .aboutimg {
    border-right: 0 !important;
    padding-left: 95px;
    padding-right: 95px;
    padding-bottom: 35px;
    width: auto;
    height: auto;
  }
}




.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.nav-link {
  margin-bottom: 0 !important;

}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder,
textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder,
textarea:focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder,
textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
  color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder,
textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder,
textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder,
textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder,
textarea:hover:focus:-ms-placeholder {
  color: #cbc6c1;
}



/* #form {
  position: relative;
  width: 500px;
  margin: 50px auto 100px auto;
  padding-left: 20px;
}

@media screen and (max-width: 600px) {
  #form {
    /* padding-right: 10px;
      margin-left: -10px; */
/* width: 10px; */
/* padding-left: 1px;
    margin: auto;
  }

  #projetstext {
    display: none;
    padding-top: 200px;
  } */

/* #logofooter {
    display: none;
  }

  #centredBlock {
    text-align: left;
    position: unset;
    position: absolute;
  }
}  */

input {
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  width: 470px;
  height: 50px;
  padding: 0px 15px 0px 15px;

  background: transparent;
  outline: none;
  color: #726659;

  border: solid 1px #b3aca7;
  border-bottom: none;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #b3aca7;
  color: #e2dedb;
}

textarea {
  width: 470px;
  max-width: 470px;
  height: 110px;
  max-height: 110px;
  padding: 15px;

  background: transparent;
  outline: none;


  font-family: 'Lato', sans-serif;
  font-size: 0.875em;

  border: solid 1px #b3aca7;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: #b3aca7;
  color: #e2dedb;
}

#submit {
  width: 470px;

  padding: 0;

  margin: -5px 0px 0px 0px;

  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  color: #b3aca7;

  outline: none;
  cursor: pointer;

  border: solid 1px #b3aca7;
  border-top: none;
}

#submit:hover {
  color: #e2dedb;
}

.fa-instagram {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px !important;
}


#centeredBlock {
  display: flexbox;
  padding-left: 90px;
  text-align: left;
  margin: auto;
  max-width: 800px;

}

#centeredBlock p {
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.6)
}

/* Default styles for larger screens */
form {
  display: grid;
  gap: 10px;
  max-width: 700px;
  margin: 0 auto;
  /* Center the form horizontally */
}

label {
  font-size: 16px;
  color: #555;
  margin-bottom: 5px;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 14px;
}

textarea {
  resize: vertical;
}

.name-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

button {
  background-color: #d2a16b;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background-color: #b68d53;
}

.error-message {
  color: #ff0000;
  margin-top: 5px;
}

/* Media query for smaller screens */
@media screen and (max-width: 452px) {
  form {
    max-width: 100%;
    /* Take up the full width of the screen */
    margin: 0 10px;
    /* Add some margin on the sides for better spacing */
  }
}

#advert {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.nav-item:hover .dropdown-menu {
  display: block;
}