/*
Theme Name: Anka Basım Matbaa
Theme URI: https://www.burakatik.com
Author: Burak ATİK
Author URI: https://www.burakatik.com
Description: Anka Basım Matbaa
Version: 1.0
Text Domain: ankamatbaa
*/

.our-gallery-4 .our-gallery__title-wrapper .our-gallery__title-wrapper-title p{
  font-weight: var(--rr-fw-sbold);
}

.our-gallery__title-wrapper-title p{
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  font-size: var(--rr-fs-h2);
  font-weight: var(--rr-fw-bold);
  line-height: var(--rr-lh-h2);
  font-style: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-gallery__title-wrapper-title p{
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-gallery__title-wrapper-title p{
    font-size: 40px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-gallery__title-wrapper-title p{
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 575px) {
  .our-gallery__title-wrapper-title p{
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width:450px) {
  .our-gallery__title-wrapper-title p{
    font-size: 27px;
    line-height: 37px;
  }
}


/* Wp butonu */ 
        .phone-call {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 30px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;
  line-height: 45px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}



.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea p{
    max-width:100%;
}

.wpcf7-textarea{
  height: 180px !important;
  margin-left: 0;
  background: var(--rr-common-white);
  border: 1px solid rgba(0, 29, 8, 0.1);
  padding: 13px 20px;
  border-radius: 4px;
}
.rr-btn{
    border:none;
}

