.section-header .logo img {
  max-height: 70px;
  margin-top: -20px;
}

.section-header.fixed .logo img {
  margin-top: 0;
  max-height: 50px;
}

.footer .footer-img img {
  max-height: 100px;
}

#blog-list .custom-col a,
.gallery-section-1 .img-wrapper,
#blog-list .swiper-slide a,
#product-list .product-wrapper {
  display: block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all .4s;
}

#blog-list .blog-image,
#gallery-detail-section-1 .gallery-img {
  overflow: hidden;
}

#blog-list .blog-image img,
#gallery-detail-section-1 .gallery-img img {
  transition: all .4s;
}

.blog-content-wrapper,
.gallery-info,
.product-content-wrapper {
  padding: 20px 15px;
  position: relative;
  z-index: 2;
}

.blog-title,
.gallery-section-1 .img-title,
#product-list .col-md-3 .product-wrapper .product-title {
  margin-top: 0;
  padding: 0px !important;
}

.blog-title .weta-icerik-tag,
.gallery-section-1 .img-title .weta-icerik-tag,
.product-list .weta-icerik-tag {
  font-size: 16px !important;
  min-height: 40px;
}

.blog-date {
  display: none;
}

.btn {
  border-radius: 50px;
}

.btn::after {
  content: '\f061';
  font-family: 'FontAwesome';
  margin-left: 10px;
}

.pageDetailContent.blogs {
  display: none;
}

.footer #footer-col:nth-child(1) .footer-description {
  padding-right: 70px;
}

#footer-social-media li {
  width: 45px;
  height: 45px;
}

#footer-social-media li a {
  background-color: #fff;
  border: 2px solid #fff;
}

#footer-social-media li span {
  color: var(--site-footer-color) !important;
  font-size: 20px !important;
}

#gallery-detail-section-1 .gallery-img {
  height: 190px;
}

.form-section .row {
  justify-content: space-between;
}

.form-section .rexa-content {
  background-color: var(--site-color);
}

.form-section .rexa-content,
.form-section .contact-form {
  width: 49%;
  padding: 40px 30px;
  border-radius: 20px;
}

.form-section .rexa-content * {
  color: #fff !important;
}

.contactCenter #address {
  width: 100%;
}

.contact-oge p {
  display: flex;
  align-items: center;
  padding: 0px !important;
  font-size: 12px !important;
}

#whatsappContact a {
  display: flex;
  align-items: center;
}

.contact-oge p span {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff !important;
  border-radius: 50%;
  margin-right: 10px;
}

.form-section .rexa-content .contact-oge p span i {
  color: var(--site-color) !important;
  margin: 0px !important;
}

.form-section .contact-form {
  border: 1px solid rgba(32, 40, 45, 0.2);
}

@media(min-width:768px) {
  .section-header .dropdown-menu.big-dropdown {
    min-width: 420px;
  }

  .section-header .dropdown-menu li a {
    font-size: 12px !important;
  }

  .section-header .dropdown-menu.big-dropdown li {
    max-height: 40px;
    line-height: 40px;
  }
}

.map {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.page-breadcrumb {
  background: linear-gradient(90deg, var(--site-color) 0%, var(--site-hover-color) 100%) !important;
}

@media(max-width:768px) {
  .section-header .logo img {
    margin-top: 0px;
  }

  .weta-icerik-tag,.weta-parallax-tag{
    font-size: 35px !important;
  }

  .btn,
  p,
  .weta-description li,
  .blogContent li,
  .private-content li,
  .pds-content li,
  .productContent li,
  #product-documents li,
  #product-accordions li {
    font-size: 14px !important;
  }
  #image-gallery .custom-col{
    width: 100% !important;
  }
  .page-breadcrumb .relative-title .page-name span{
    font-size: 22px !important;
    top: 0;
  }
  .blogDetail .col-lg-8,
  .blogDetail .col-lg-4{
    padding: 0px;
  }
  .page-breadcrumb .relative-title .page-list .arrow-breadcrumb{
    padding: 0px 5px;
  }
  .product-breadcrumb a, .product-breadcrumb span, .page-breadcrumb a, .page-breadcrumb span{
    font-size: 11px !important;
  }
  .product-breadcrumb, .page-breadcrumb{
    height: 150px !important;
  }
  .contact-oge{
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
  .contact-oge p,
  #whatsappContact a{
    font-size: 14px !important;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
  }
  .form-section .row{
    justify-content: center;
  }
  .form-section .rexa-content, .form-section .contact-form{
    width: 98%;
  }
  .contact-oge p span{
    margin-bottom: 5px;
  }
}