html p{
  font-size: 1.2rem;
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(../assets/fonts/Montserrat-Regular.ttf)
}

@font-face {
  font-family: Moneta-Regular;
  src: url(../assets/fonts/Moneta-Regular.ttf)
}

@font-face {
  font-family: Moneta-Bold;
  src: url(../assets/fonts/Moneta-Bold.ttf)
}

@font-face {
  font-family: Lora-Regular;
  src: url(../assets/fonts/Lora-Regular.ttf)
}

body {
  font-family: Montserrat-Regular
}

.bold {
  font-weight: 700
}

h1 {
  font-family: Lora-Regular;
  font-size: 45px;
  font-weight: 500
}

h3 {
  font-weight: 500
}

h2 {
  font-family: Lora-Regular;
  font-size: 35px;
  font-weight: 500
}

h5 {
  font-weight: 500
}

p {
  text-align: justify;
  text-justify: inter-word
}

.navbar-dark .navbar-toggler {
  border-color: transparent
}

.nav_social {
  margin-bottom: -12px
}

.text-title {
  color: #17280f;
  font-family: Lora-Regular
}

#did-navbar {
  border-top: .5px solid #fff5
}

#did-logo {
  width: 120px
}



#did-main-text-blog {
  padding-top: 6%;
  padding-bottom: 6%;
  color: #17280f;

}

.text-subtitle {
  color: #be6731;
  font-size: 25px;
  font-family: Lora-Regular;
  font-weight: 500
}

.text-subtitle-ad {
  color: #be6731;
  font-size: 18px;
  font-family: Montserrat-Regular;
  font-weight: 700
}

.text-link-ad {
  color: #be6731;
  font-size: 16px;
  font-family: Montserrat-Regular;
  font-weight: 400;
  text-align: right
}

.ups-title {
  font-family: Lora-Regular;
  font-weight: 500;
  font-size: 30px;
  padding-bottom: 30px
}

.ups-firstparagraph {
  padding-bottom: 30px
}

.btn-subtitle {
  border-radius: 0;
  background-color: #be6731;
  color: #f5f5f5
}

.btn-subtitle:hover {
  background-color: #ddd2bc;
  color: #f5f5f5
}

.invalid-feedback {
  color: #be6731
}

.topRightSocial a {
  text-decoration: none;
  color: #f5f5f5
}

.fixed-top.scrolled {
  border-top: 0;
  background-color: #17280f !important;
  transition: background-color 200ms linear;
}


/* For phones and smaller devices */
@media (max-width: 768px) {
  #intro {
    background-image: url(../assets/img/topImagemob.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #did-main-text {
    padding-top: 50%;
    padding-bottom: 0%
  }
}

/* For larger screens */
@media (min-width: 769px) {
  #intro {
    background-image: url(../assets/img/topImage.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #did-main-text {
    padding-top: 30%;
    padding-bottom: 20%
  }
}


#intro_blog {
  background-image: url(../assets/img/topimageblog.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

#intro_consultanta {
  background-image: url(../assets/img/consultanta/fundal\ consultanta2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0
}

.aboutus-list li i {
  color: #17280f
}

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

.modal-header button:focus {
  outline: 0;
  box-shadow: none
}

.navbar-toggler:focus {
  outline: 0;
  box-shadow: none
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #f5f5f5
}

.imageBox {
  display: inline-block;
  overflow: hidden
}

.imageBox img {
  display: block;
  transition: .2s ease-in-out
}

.imageBox:hover img {
  transform: scale(1.15)
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
  border: none
}

.accordion-item {
  outline: 0;
  box-shadow: none;
  border: none
}

.accordion-header {
  font-family: Montserrat-Regular
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #17280f;
  transition: .2s ease-in-out;
  box-shadow: inset 0 0 0 transparent
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2317280f' class='bi bi-dash-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  transition: .2s height;
  transform: rotate(0)
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: .2s height;
  transform: rotate(0)
}

#rectangle {
  background: #f5f5f5;
  margin-top: 20px;
  width: 3%
}

.did-process-active-card {
  border-style: solid;
  border-color: #17280f;
  border-width: 1px
}

.did-process-inactive-card {
  border-style: solid;
  border-color: #f5f5f5;
  border-width: 1px
}

.did-process-inactive-card:hover {
  border-color: #17280f
}

.card {
  border-radius: 0
}

.img-thumbnail {
  border-radius: 0;
  border: none;
  border-style: none
}

.modal-content,
.modal-dialog {
  max-height: 100%;
  text-align: center
}

.modal-content {
  background: #fffFFFD7
}

.modal-body {
  max-height: calc(100vh - 120px)
}

.img-fluid {
  max-height: 76vh
}

.slider .indicator-wrap .carousel-indicators {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -1%;
  left: 0;
  right: 40%;
  display: block;
  justify-content: start;
  transform: translateY(0);
  z-index: 60
}

.slider .indicator-wrap .carousel-indicators li {
  font-weight: 700;
  font-size: 30px;
  display: inline-block
}

.slider .indicator-wrap .carousel-indicators li a.active {
  background-color: transparent;
  text-decoration: none;
  color: #17280f
}

.slider .indicator-wrap .carousel-indicators .thumbnail li a {
  text-decoration: none;
  display: block;
  margin: 4px;
  color: rgba(0, 0, 0, 1)
}

.slider .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: auto;
  height: 100%
}

.slider .carousel-indicators a:not(.active) {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: transparent
}

#cb-cookie-banner {
  background-color: #f5f5f5;
  border-color: #17280f;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  display: none
}

footer {
  background-color: #17280f
}

.footer_in {
  padding-top: 30px
}

.up_arrow {
  width: 80px;
  height: 80px
}

.fa-arrow-circle-up {
  color: #f5f5f5
}

#fb_pixel {
  display: none
}

#home {
  background-color: rgba(0, 0, 0, .3)
}

.fab_white {
  color: #f5f5f5
}

.fas_fontsize {
  font-size: 32pt
}

.fa-heart {
  color: #be6731
}

.text_footer {
  font-size: 12pt;
  color: #f5f5f5
}

.a_footer {
  text-decoration: none;
  color: #f5f5f5
}

.titles
{
  font-size: 30px;
  font-family: Montserrat-Regular;
  font-weight: 500;
}

.titles2
{
  font-size: 30px;
  font-family: Montserrat-Regular;
font-weight: 500;
  }


#invisible {
  opacity: 0
}

#booking {
  background-color: #ddd2bc;
}

.horizontal-accordion {
  display: flex;
  justify-content: space-between;

}

.card-item {
  background-color: #fffFFFD7;
}

.choice {
  height: 180px;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  float: left;
  align-items: center;
  transition: width 0.2s;
  border-radius: 3px;
}

.expand {
  width: 66%;
  background-color: #fffFFFD7 !important;
  height: 100%;
}

.expand-sm {
  width: 100%;
  background-color: #fffFFFD7 !important;
  height: 100%;
}

.unset {
  /* width: 32%; */
  height: 100%;
}

.small {
  width: 15%;
}

.unset>div>p {
  opacity: 0;
}

.expand>div {
  transition-delay: 200ms;
  opacity: 1;
}

.small>.card-item>.card-header>img {
  display: block;
}

.small>.card-item>.card-header>.card-title {
  display: none;
}

.small>.card-item>.card-body {
  display: none;
}

.card-header {
  text-align: center;
  background-color: #fffFFFD7 !important;
  border-bottom: 0;
  padding: 0
}

.expand>.card-item>.card-header {
  background-color: #fffFFFD7 !important;
}

.expand>.card-item>.card-header>.card-title>button {
  display: none;
}

.expand-sm>.card-item>.card-header>.card-title>button {
  display: none;
}

.card-title {
  background-color: #fffFFFD7 !important;
  margin: 4px;
}

.card-body {
  background-color: #fffFFFD7 !important;
  padding: 5%;
}

.card-body-hidden {
  display: none;
}

.card-body-show {
  display: block;
}

.hidden-sm {
  display: none;
}

.row>.choice {
  padding: 0;
}

#middle_art {
  background-color: #be6731;
}

.art_img {
  text-align: center;
}

.blog_card_a {
  text-decoration: none;
  color: black;
}

.blog_card_a:hover {
  color: black;
}

.art_main_text {
  padding-right: 10%;
}

.latest_art_card_text_small {
  font-size: 10pt;
}

.a-link-text{
  color: #be6731;
  text-decoration: none;
}

.a-link-text:hover {color: #ddd2bc;}

#e_book,#dorintaclient {
  background-color: #ddd2bc;
}
#citat {
  background-color: #be6731;
}
.a_no_dec {
  color: inherit;
}

.a_no_dec:hover {color: #fffFFFD7;}