/* Sosyal Medya */
.phone-container,
.wa-icon {
    position: fixed;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 100000;
    top: auto !important;
}

.phone-container:after,
.phone-container:before {
    bottom: 0;
    right: 0;
    top: 0;
    content: '';
    transform-origin: 50% 50%;
    left: 0
}

.osc-rotation,
.phone-container svg {
    box-sizing: border-box;
    animation: 1.5s ease-in-out infinite oscillate-rotation
}

.wa-icon {
    display: flex;
    bottom: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4bca5a
}

.notification,
.phone-container {
    align-items: center;
    display: flex
}

#wa-chat-widget {
    display: none;
    position: fixed;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
    bottom: 130px;
    right: 15px;
    overflow: hidden;
    z-index: 1000000099;
    animation-name: wa-chat-animation;
    animation-duration: 1s;
    opacity: 100
}

#wa-chat-widget:target {
    display: block
}

.wa-chat-widget-header {
    display: flex;
    background: #075e54;
    background: linear-gradient(90deg, #075e54 0, #128c7e 85%);
    color: #fff;
    padding: 1rem
}

.wa-chat-widget-header img {
    max-width: 3.5rem
}

.wa-chat-widget-header a.close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    text-decoration: none
}

a.btn.black,
a.btn.red {
    font-size: 22px;
    color: #fff
}

.wa-chat-widget-profile {
    padding: 0 1rem
}

.wa-chat-widget-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4
}

.wa-chat-widget-body .message {
    padding: .5rem;
    background-color: #fff;
    border-radius: 0 8px 8px;
    box-shadow: rgb(0 0 0 / 13%) 0 1px .5px
}

.wa-chat-widget-body .message .profile-name {
    color: #787878
}

.wa-chat-widget-body .message .wcw-message {
    margin-top: .5rem
}

.wa-chat-widget-send form {
    display: flex;
    margin: 0;
    background-color: #e6ddd4
}

.wa-chat-widget-send input {
    border: none;
    padding: .5rem;
    width: 100%;
    border-radius: 1rem
}

.wa-chat-widget-send button {
    background-color: #075e54;
    padding: .5rem;
    border-radius: 50%;
    border: none;
    fill: #ffffff
}

@keyframes wa-chat-animation {
    from {
        opacity: 0
    }
}

.phone-container {
    bottom: 150px;
    border-radius: 50%;
    background-color: #ffae00 !important;
    justify-content: center
}

.phone-container svg {
    fill: #fff;
    width: 20px;
    position: relative;
    /* top: 12px;
    left: 12px; */
    transform-origin: center
}

.p-5 {
    padding: .5rem
}

.c-white,
.white {
    color: #fff !important
}

.bgc-blue {
    background-color: #042676 !important
}

.circle {
    border-radius: 50%
}

.phone-container:after {
    position: absolute;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #042676;
    opacity: .5;
    animation: 1.2s ease-in-out infinite ring-circle-anim;
    transition: .5s
}

.phone-container:before {
    position: absolute;
    background-color: rgba(4, 38, 118, .5);
    border-radius: 50%;
    border: none;
    animation: 2.3s ease-in-out infinite ring-circle-fill-anim;
    transition: 1s
}

.osc-rotation {
    transform-origin: 50% 50%
}

/* .icon {
    font-family: 'Material Icons';
    font-size: 3rem;
    line-height: 1;
    text-rendering: optimizeLegibility
} */

@keyframes ring-circle-anim {
    0% {
        transform: rotate(0) scale(1.1) skew(0);
        opacity: 0
    }

    30% {
        transform: rotate(0) scale(1.5) skew(0);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1.7) skew(0);
        opacity: .1
    }
}

@keyframes ring-circle-fill-anim {
    0% {
        transform: rotate(0) scale(1) skew(0);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1.4) skew(0);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(1.1) skew(0);
        opacity: .2
    }
}

@keyframes oscillate-rotation {

    0%,
    100%,
    50% {
        transform: rotate(0) scale(1) skew(0)
    }

    10%,
    30% {
        transform: rotate(-25deg) scale(1) skew(0)
    }

    20%,
    40% {
        transform: rotate(25deg) scale(1) skew(0)
    }
}

.notification {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    justify-content: center;
    background: red;
    color: #fff
}

.notification span {
    font-size: 14px
}

/* Sosyal Medya */

.page-title {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 80px 0px;
    background-position: center center;
}

.project-fullwidth-section .gallery-item {
    width: 33%;
    float: left;
    padding: 3.2% 0.2%;
}

.gallery-item .overlay-box {
    background: rgb(22 22 22 / 80%);
}

.btn-style-four {
    position: relative;
    line-height: 24px;
    color: #e6be28;
    font-size: 16px;
    font-weight: 600;
    background: none;
    display: inline-block;
    padding: 7px 29px;
    border-radius: 50px;
    border: 2px solid #e6be28;
    font-family: 'Poppins', sans-serif;
}

ü.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    border-color: #e6be28;
    background-color: #e6be28;
}