header#pt-header .pt-bottom-header .navbar .navbar-brand img {
    height:100px;
}
.navbar-brand{
  padding-top:0;
}
.main-p{
  margin-bottom:3px!important;
  margin-top:20px;
}
#pt-footer{
  background-color:#fff;
}
#pt-footer .pt-footer-style-1 .pt-footer-logo {
    margin-bottom: 30px;
    width: 170px;
    height: auto;
}
#pt-footer .pt-footer1 ul li a {
    color: #000;
}
#pt-footer .pt-footer-top {
    padding: 90px 0px 70px;
}
#pt-footer .pt-copyright-footer {
    padding: 0;
    background: #f1f1f1;
}
.pt-footer-social ul li a{
  color:#000;
}
#pt-footer .pt-copyright-footer .pt-copyright {
    font-size: 15px;
}
.projegiris{
  margin-top:15px;
  line-height:28px;
}

.blog-sidebar h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a{
  font-size:18px;
}
#pt-loading img {
    width: 130px;
}

.stext p {
  margin-bottom:1px;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: transform 0.2s ease, background-color 0.2s ease;
    text-decoration: none !important;
}

.whatsapp-fixed:hover {
    background-color: #20ba5a; 
    transform: scale(1.05); 
    color: #fff;
}

.pt-service-box-info h4 {
    font-size: 22px!important;
}

.portfolio-dark h4 a {
  color: var(--dark-color);
}
.pdark{
  color:#000;
  line-height: 24px;;
}
.pt-portfolio-block .pt-portfolio-img img{
  height:300px;
  object-fit: cover;
}
.pt-service-box-1 .pt-service-banner img{
    height:370px;
  object-fit: cover;
}
.pt-bg-overley1{
      background-size: 50% 100%;
}
@media screen and (max-width: 768px) {
      .pt-bg-overley1{
          background-size:cover;
    }
    .container-pt {
      padding: 0 30px;
  }
}

.pt-section-big-title .big-heading-title{
      font-size: 112px;
}

.main-contact input {
  height:50px!important;
  border:1px solid #ddd!important;
}
.main-contact textarea {
    height:100px;
      border:1px solid #ddd!important;
}

.pt-section-description-3 p {
      color: #0a1015;
    font-family: Inter, sans-serif;
    font-size: 16px;
    white-space-collapse: break-spaces;
}
