.header .logo img {
  max-height: 53px;
  margin-right: 6px;
}

/*--------------------------------------------------------------
# Fullscreen Hero Section
--------------------------------------------------------------*/
.hero-fullscreen {
  width: 100%;
  height: 75vh;
  background: url(https://www.delucchicostruzioni.com/sites/default/files/styles/slideshow/public/271A0685.JPG) center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.about .btn-get-started,
.portfolio-details .btn-get-started {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.portfolio-details .btn-get-started {
  margin-top: 45px;
  margin-left: 85px;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: none;
}
.fixed-top{
  top: auto;
  z-index: 9;
  position: sticky;

}
/** overlayblog
**/

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(120, 120, 120, 0.6);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.post-box {
  box-shadow: rgba(var(--color-secondary-rgb), 0.2) 0px 10px 15px -3px, rgba(var(--color-secondary-rgb), 0.2) 0px 4px 6px -2px;
  padding: 30px;
  margin: 10px;
  margin-top: 0px;
  border-radius: 10px;
  min-height: 255px;
}

.post-box .overlay {
  width: 0%;
  filter: 0;
}

.post-box:hover .overlay {
  width: 100%;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  margin: -30px;
}

.recent-blog-posts .post-box .meta {
  margin-top: 45px;
}

.post-box .post-img img {
  filter: blur(0);
}

.post-box:hover .post-img img {
  filter: blur(10px);
  transition: .5s ease;
}

.hero-fullscreen .swiper-wrapper {
  position: absolute;
  top: 0;
}

.hero-fullscreen .swiper-slide {
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-fullscreen .swiper-slide h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: white;
  line-height: 4rem;
  text-align: center;
  text-shadow: 2px 2px 5px #666;
}

.hero-fullscreen .swiper-slide p {
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  letter-spacing: 1px;
  text-shadow: 2px 2px 5px #666;
  line-height: 1.4rem;
  text-align: center;
}

.blog .blog-details {
  box-shadow: none;
  padding: 0 30px;
}

.header {
  background: white;
  border-bottom: 3px solid var(--color-primary);
}



h1, h2, h3, h4, h5, h6,
.onfocus .content .read-more,
.pricing h4 {
  font-family: var(--font-secondary);
}

p {
  color: #333;
  line-height: 1.6;
  font-style: normal;
}

.cta {
  background: rgba(var(--color-secondary-rgb), 0.1);
  margin-bottom: 0;
}

.cta .container {
  background: none;
}

.php-email-form {
  background: var(--color-primary) !important;
}

#contact {
  background: var(--color-primary);
  color: white;
}

#contact h2, #contact p {
  color: white;
}

#contact .info {
  background: white;
}

#contact .info h3,
#contact .info-item h4,
#contact .info-item p {
  color: #333;
}

.php-email-form-button {
  background: white !important;
  color: #333 !important;
}

.post-box.inverse .post-box:hover .arrow, .post-box .inverse .post-box:hover .arrow:after {
  opacity: 1;
}

.post-box .arrow {
  position: absolute;
  z-index: 930;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  font-size: 1.5rem;
  line-height: 95px;
  padding: 0;
  border: none;
  transition: all 0.4s;
  background-color: white;
  color: #999;
  border-radius: 100%;
}

.overlay {
  text-align-last: center;
  padding: 35% 0;
}

.overlay h2 {
  color: white;
}
#faq .swiper-slide-duplicate-prev{
  opacity: 0 !important;
  transition-duration: 0ms !important;
}
#faq .swiper-slide-next{
  opacity: 0 !important;
  z-index: 0!important;
  transition-duration: 0ms !important;
}

.img-body{
  height: 300px;
float: right;
margin: 10px;

}
.img-body-left{
  height: 300px;
float: left;
margin: 10px;

}

.portfolio .portfolio-item:before {
    content: "";
    inset: 0;
    position: absolute;
    background: rgba(var(--color-primary-rgb), 0.4);
    z-index: 2;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    padding: 10px 15px;
    height: 100%;
    display: flex;
  justify-content: center;
  vertical-align: middle;

}

.descrizione{
  padding: 10px;
  text-align: center;
}
.display-none{
  display: none;
}

.carosello {
  height: 80vh;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 1rem;
}
#wellness-gallery .img-gallery-wellness:hover {
  filter: brightness(0.7);
}
.open-image {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #485664d9;;
}
.close {
    width: 63px;
    height: 73px;
    /* color: #e2bb66; */
    opacity: 1;
    text-shadow: none;
    font-family: "Font Awesome 5 Pro";
    font-size: 28px;
    font-weight: 300;
    background: transparent;
    border: none;
    color: white;
    justify-content: end;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}


.btn-get-started {
  font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: var(--color-white);
    background: var(--color-primary);
    font-family: var(--font-secondary);
}

#services .details p{

display: -webkit-box;
height: 68px;
text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.m-b-50{
  margin-bottom: 50px;
}

.pricing-item > ul > li> span> p{
  margin: 0;
}
.h-325{
  height: 325px !important;
}
.text-align-center{
  text-align: center !important;
}
.style-header{
  font-weight: 600;
margin-bottom: 5px;
font-size: 24px;
color: var(--color-secondary);
}

input[type=text], input[type=email], input[type=tel], input[type=password]{
    line-height: normal;
    height: 48px;
    padding: 10px 15px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea{

    resize: vertical;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 10px 12px;
}
#contact .btn-get-started {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    font-family: var(--font-secondary);
    background: white !important;
    color: #333;
    border: 0;
    padding: 13px 50px;
    transition: 0.4s;
    border-radius: 0;
  }

  #contact label.option {
    display: inline;
    font-weight: normal;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    transition: 0.5s;
    font-family: var(--font-secondary);
    border: 0;
    color: var(--color-white);
    transition: 0.4s;
    border-radius: 0;
}
#edit-actions{
  text-align: center;
}

#pricing .pricing-item:hover .overlay{
  width: 100%;
}

#pricing .pricing .pricing-item{
  padding: 0;
}


.btn-get-started:hover {
    background: white;
    border: 1px solid;
    color: var(--color-primary);
}
#contact .btn-get-started:hover{
color: var(--color-primary);
}
.user-login-form{
  width: 50%;
}
.img-footer{
  height: 7rem;
  width: auto;
}
