.gallery-section .img-wrapper img {padding:30px;border:1px solid #dcdcdc;  filter: grayscale(100%);}

#gallery-detail-section-1 {background-color:#e5eeff;}

#bottom-footer {background-color:#eee1d1 !important;}

.footer {display:none;}

#contactForm-1{
  background: #f8f8f8;
}

#contactForm-1 .rexa-content{
  width: 70% !important;
  margin: 0px auto;
  text-align: center;
}

#contactForm-1 .contact-form .weta-icerik-tag,
#contactForm-1 .contact-form .form-button{
  text-align: center;
}

#contactForm-1 .contact-form{
  width: 70% !important;
  margin: 10px auto;
  border-radius: 8px;
  padding: 20px 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.contactCenter .contact-oge a,
.contactCenter .contact-oge,
#whatsappContact,
.g-recaptcha{
  display: flex;
  justify-content: center;
}
.contact-oge p{
  width: max-content;
}

#page-detail-section-1 .weta-icerik-tag{
  font-size: 38px !important;
  font-weight: 700 !important;
}

section#bottom-footer{
  height: 90px;
}
section#bottom-footer .images-bottom{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
section#bottom-footer .images-bottom .item:nth-child(2){
  height: 20px;
}
section#bottom-footer .images-bottom .item:nth-child(2) img{
  max-height: 15px;
}

section#bottom-footer .item img{
  border-radius: 0px !important;
  max-height: 20px;
  margin-right: 20px;
}

#contactForm-1 .contactCenter{
  min-height: 160px;
}
#contactForm-1 .private-whatsapp{
  position: absolute;
  bottom: 80px;
  width: 55%;
  left: auto;
  display: flex;
  justify-content: left;
  z-index: 99;
  right: 0;
}

#whatsappContact .text-dark,
.whatsapp-contact .text-dark{
  min-width: 70px;
  display: block;
}
.section-header #navigation > ul > li:hover a, .nav-right .select-language .lang-menu > ul > li:hover > a {
  color: #fff !important;
}
.section-header #navigation > ul > li a::after{
  background-color: #fff !important;
}
.loader-mask{
  background-color: #1e2126;
}
.loader-mask img{
  border-radius: 0px !important;
}
.contactCenter #whatsappContact,
.contactCenter .whatsapp-contact{
  position: relative;
  left: -120px;
  font-weight: 400 !important;
}
.contactCenter .whatsapp-contact span{
  margin-right: 10px;
}


@media(max-width:768px){
  .section-header #navigation{
    background-color: var(--site-header-color);
  }
  .menu-click span{
    background: var(--site-header-title-color) !important;
  }
  #contactForm-1 .contact-form{
    width: 95% !important;
  }
  #contactForm-1 .private-whatsapp{
    width: 65%;
  }
  section#bottom-footer .images-bottom{
    margin-bottom: 20px;
    justify-content: center;
  }
  section#bottom-footer{
    height: 120px;
  }
}