/*font-family: 'Noto Serif', serif;
font-family: 'Roboto Condensed', sans-serif;*/


/* Global View */

html {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  overflow-x: hidden;
}

.custom1 {
  background-color: rgba(236, 235, 229);
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  z-index: 100;
}

.custom2 {
  background-color: rgb(142, 161, 134);
}

.custom3{
  display: none;
}

.dropdown-item {
  text-decoration: none;
  font-family: 'Noto Serif', serif;
  font-size: 1rem;
  color: rgba(236, 235, 229);
  line-height: 1.3rem;
}

.btn {
  background-color: rgba(236, 235, 229);
  border: none; 
  font-size: 20px;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

main {
  width: 100%;
  padding-top: 120px;
  margin: 0 auto;
  align-items: center;
  
}

.sectionAbout {
  position: relative;
  text-align: center;
  color: rgb(51, 51, 51);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.5rem;
  line-height: 2.7rem;
  font-weight: 200;
  overflow: hidden;
}

.sectionProfile {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.sectionProfileb {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.sectionProfileb {
  display: none;
}

.bottom-left {
  background-color: rgba(236, 235, 229, 0.6);
  position: absolute;
  bottom: 2rem;
  padding-left: 8rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0px 15px 15px 0px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
}

.sectionServices {
  background-color: rgb(205, 200, 199, 8);
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: fixed;
  width: 100%;

}

.customServices {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.sectionIdeas {
  background-color: rgb(206, 177, 169);
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: fixed;
  width: 100%;

}

.customIdeas {
  margin-top: 10rem;
  margin-bottom: 4rem;
  width: 100%;

}

.picture2 {
  display: none;
}

.thumbnail:hover .picture1 {
  display: none;
}

.thumbnail:hover .picture2 {
  display: block;
}

.sectionFurnish {
  margin-bottom: 4rem;
}

.custom4{
  text-decoration: none;
}

.custom4:hover {
  text-decoration: underline;
  text-decoration-color:  rgb(61, 35, 20);
}



p a{
  color: rgb(61, 35, 20);
  font-weight: 600;
  text-decoration: none;
}

p a:hover{
  color: rgb(61, 35, 20);
  text-decoration: underline;


}


.customFooterb {
  display: none;
}

.sectionBlog {
  background-color: rgb(205, 200, 199, 8);
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: fixed;
  width: 100%;

}

.customBlog {
  margin-top: 10rem;
  margin-bottom: 4rem;
}

.blogbox1 {
  background-color: rgba(191, 142, 128, 0.5);
  border-radius: 10px;
  text-align: center;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.22);
}

.blogbox2 {
  background-color: rgba(205, 200, 199, 0.6);
  border-radius: 10px;
  text-align: center;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.22);
}

.blogbox3 {
  background-color: rgba(142, 161, 134, 0.5);
  border-radius: 10px;
  text-align: center;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.22);
}

.blogbox4 {
  background-color: rgb(236, 235, 229);
  border-radius: 10px;
  text-align: center;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.22);
}

.blogimage {
  width: 100%;
  padding-bottom: 1rem;
}

.blogtext1 {
  background-color: white;
  height: 600px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  color: rgb(51, 51, 51);
  overflow: scroll;
  margin: 0.5rem;
  padding: 1rem;
}

.blogtext2 {
  background-color: white;
  height: 600px;
  font-family: 'Noto Serif', serif;
  font-size: 1rem;
  line-height: 1.8rem;
  color: rgb(51, 51, 51);
  overflow: scroll;
  margin: 0.5rem;
  padding: 1rem;
}

.blogtext3 {
  background-color: white;
  height: 600px;
  font-family: 'Noto Serif', serif;
  font-size: 1rem;
  line-height: 1.8rem;
  color: rgb(51, 51, 51);
  overflow: scroll;
  margin: 0.5rem;
  padding: 1rem;
}

.blogtext4 {
  background-color: white;
  height: 600px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  color: rgb(51, 51, 51);
  overflow: scroll;
  margin: 0.5rem;
  padding: 1rem;
}

.customMap {
  align-items: center;
  margin-top: 3rem;
}

.sectionContact {
  margin-top: 3rem;
  margin-bottom: 5rem;

}

.customForm {
  font-family: 'Roboto Condensed', sans-serif;
  color: rgb(51, 51, 51);
  font-size: 1rem;
}

.mybutton {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  padding: 1rem 1.6rem;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
}

.customFootera,
.customFooterb {
  background-color: rgba(142, 161, 134);
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.custom5 {
  text-decoration: none;
  color: rgb(236, 235, 229);
  font-size: 1.2rem;
  font-family: 'Roboto Condensed', sans-serif;

}

.custom5:hover {
  color: rgb(51, 51, 51);
}

.customFooterb {
  display: none;
}

.lastrow {
  padding-top: 2rem;
}

.lastrow p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2rem;
  color: rgb(236, 235, 229);
}

.lastrow a {
  text-decoration: none;
  color: rgb(236, 235, 229);
}

.lastrow a:hover {
  color: rgb(51, 51, 51);
}






h1 {
  font-family: 'Roboto Condensed', sans-serif;
  color: rgb(61, 35, 20);
  font-size: 3rem;
}

h2 {
  font-family: 'Noto Serif', serif;
  font-size: 2rem;
  color: rgb(51, 51, 51);
}

h3 {
  font-family: 'Noto Serif', serif;
  font-size: 1.5rem;
  color: rgb(236, 235, 229);
}

h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  color: rgb(51, 51, 51);

}

h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.7rem;
  line-height: 1.9rem;
  color: rgb(142, 161, 134);
}

p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: rgb(51, 51, 51);
}



.slide-right {
  animation: 3s slide-right;
}

@keyframes slide-right {
  from {
    margin-left: -100%;
  }

  to {
    margin-left: 0%;
  }
}

.slide-left {
  animation: 3s slide-left;
}

@keyframes slide-left {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}

.fade-in {
  animation: fadeIn ease 3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-in-a {
  animation: fadeIn ease 10s;
  animation-delay: 6s;
  animation-iteration-count: 2;

}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom {
  transition: transform .2s;
  /* Animation */
}

.zoom:hover {
  transform: scale(1.5);
}

.zoom-in {
  animation: zoom-in 2s ease-out infinite;
}

@keyframes zoom-in {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}





@media (max-width:992px) {

  .sectionAbout {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .bottom-left {
    bottom: 1.5rem;
    padding-left: 4rem;
    padding-right: 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .custom5 {
    font-size: 1rem;
  }

    .sectionProfile {
    display: none;
  }

  .sectionProfileb {
    display: block;
  }


}


/* Tablet View */
@media (max-width:768px) {


  .sectionAbout {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .bottom-left {
    bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 0.6rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {
  font-size: 1.5rem;
  

}

  .customFootera {
    display: none;
  }

  .customFooterb {
    display: block;
  }

  .custom5 {
    font-size: 1rem;
  }

  .lastrow p {
    font-size: 0.8rem;

  }

  .customBlog {
  margin-top: 8.5rem;
  margin-bottom: 3rem;
}

.customIdeas {
  margin-top: 8rem;
  margin-bottom: 3rem;

}

}

@media (max-width:540px) {

  .custom1 {
    display: none;
  }

  .custom3 {
    display: block;
    background-color: rgba(236, 235, 229);
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    position: fixed;
    z-index: 100;
    border-bottom: solid 1px rgba(51, 51, 51, );
  }

  main {
    padding-top: 140px;
  }

  .dropdown-item {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .custom2 {
    background-color: rgb(142, 161, 134);
  }

  .customServices {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.7rem;
}

}


@media (max-width:500px) {


  .sectionAbout {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .bottom-left {
    bottom: 0.8rem;
    padding-left: 1.3rem;
    padding-right: 0.4rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  h1 {
    font-size: 2rem;
  }

    .customBlog {
  margin-top: 8rem;
  margin-bottom: 2.5rem;
}

}


/* Mobile View */
@media (max-width:425px) {

  .sectionAbout {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .sectionProfileb {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  main {
    padding-top: 150px;
  }

  .bottom-left {
    bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 0.3rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-radius: 0px 10px 10px 0px;
  }


  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  h4 {
  font-size: 1.3rem;
}

  p {
    font-size: 0.9rem;
    line-height: 1.8rem;
  }

  .customServices {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

h5 {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.blogtext1, .blogtext2, .blogtext3, .blogtext4 {
  font-size: 0.8rem;
  line-height: 1.5rem;
  height: 500px;
}

.customForm {
  font-size: 0.8rem;
}

.mybutton {
  font-size: 0.8rem;
  padding: 0.8rem 1.4rem;
  border-radius: 8px;
}



  
}


@media (max-width:320px) {

  .sectionAbout {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .bottom-left {
    bottom: 0.3rem;
    padding-left: 0.8rem;
    padding-right: 0.3rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1rem;
  }

  p {
    
    font-size: 0.8rem;
    line-height: 1.6rem;
    
  }

  .custom5 {
    font-size: 0.8rem;
    
  }

  .lastrow p {
    font-size: 0.7rem;
    line-height: 1rem;

  }

  main {
    padding-top: 160px;
  }

  .customServices {
  margin-top: 1.2rem;
  margin-bottom: 3rem;
}

.customIdeas {
  margin-top: 7rem;
  margin-bottom: 3rem;

}


}