.hero-two__slider .slide-container {
    gap: 30px;
}

.hero-two__slider .slide-container .slide-image .slide-text-area {
    position: absolute;
    bottom: 0;
    left: 0;
    -moz-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -moz-transform: rotate(-90deg) translateY(100%);
    -webkit-transform: rotate(-90deg) translateY(100%);
    transform: rotate(-90deg) translateY(100%);
    background-color: #e2c55dd6;
    padding: 5px 15px;
    border-radius: 0px 0px 15px 0px;
    box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 60%);
}


.hero-two__slider .slide-container .slide-image.active .slide-text-area {
    transform: rotate(0deg);
}

.hero-two__slider .slide-container .slide-image .slide-text-area h1 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
}

.hero-two__slider .slide-container .slide-image .slide-text-area p {
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: opacity 0.5s ease;
}


.hero-two__slider .slide-container .slide-image.active .slide-text-area h1 {
    font-size: 24px;
    margin-bottom: 5px;
}


.hero-two__slider .slide-container .slide-image.active .slide-text-area p {
    visibility: visible;
    opacity: 1;
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.hero-two__slider .slide-container .slide-image.active .slide-text-area {
    padding: 20px;
}

.hero-two__slider .slide-container .slide-image .slide-text-area a {
    display: none;
    border: 1px solid #000;
    color: #000;
    border-radius: 10px;
    padding: 3px 10px;
    margin-top: 7px;
}

.hero-two__slider .slide-container .slide-image .slide-text-area a:hover {
    background-color: #000;
    color: #fff;
}

.hero-two__slider .slide-container .slide-image.active .slide-text-area a {
    display: inline-block;
}

.pricing2__brands-area .brands .img img {
    height: 130px;
    width: 130px;
    object-fit: cover;
}

.pricing-box2 .pricing-content .title {
    font-size: 32px;
    margin-bottom: 10px;
}

.pricing-box2 .pricing-content {
    padding: 20px;
}

.pricing-box2 .pricing-content p {
    line-height: 1.3;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pricing-box2 .pricing-thumb {
    flex-shrink: 0;
}

.pricing-box2 .pricing-thumb img {
    max-width: 250px;
    object-fit: cover;
    height: 100%;
}

.pricing-box2 .pricing-content .price-box {
    margin-top: 5px;
}

.pricing-box2 .pricing-content .price-box .btn-primary .btn-wrapper {
    font-size: 14px;
    text-transform: none;
}

.pricing-box2:hover .pricing-content .price-box a {
    top: 50%;
    transform: translateY(-100%);
}

.testimonial-slide .author {
    width: 100%;
    flex-shrink: 1;
}

.testimonial-slide .author img {
    width: 100%;
}

.footer__center.page-2 {
    border-top: 1px solid #e2c55d;
}

.wp-float {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    text-decoration: none;
}

.wp-float img {
    width: 100px;
    filter: drop-shadow(1px 3px 1px rgb(0 0 0 / 20%));
}

.wp-float span {
    text-decoration: none;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 2px 10px -6px #000;
    border-radius: 5px;
    width: 220px;
    color: #000;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    font-size: 16px;
    left: 100px;
}

.wp-float:hover span {
    visibility: visible;
    opacity: 1;
}



/* REFERANSLAR HAKKIMIZA */

.aciklama-box {
    padding: 20px;
    border: 2px solid #e2c55d;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 5px -3px rgb(0 0 0 / 50%);
}

.aciklama-box h3 {
    font-size: 26px;
}

.referans-box-little {
    margin: 10px;
    width: 155px;
    height: 112px;
    margin-bottom: 50px;
    transition: transform .5s ease;
    cursor: pointer;
    position: relative;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 1px 5px -2px rgb(0 0 0 / 56%);
}

.referans-box-little h6 {}

.referans-box-little img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    background-color: #fff;
}

.referanslar-little-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.referans-box-little h5 {
    margin-top: 5px;
    font-size: 14px;
}

.about3__thumb .thumb-1 {
    padding-bottom: 20px;
}

.about3__thumb {
    height: auto;
}


.sosyal-box {
    margin-top: 20px;
    padding: 20px;
    font-size: 15px;
    border: 1px solid #000000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 3px 6px -3px rgb(0 0 0 / 50%);
    background-color: #e2c55d;
}

.sosyal-box img {
    height: 55px;
    width: 55px;
    margin-right: 10px;
}

.sosyal-box .sos-text {
    color: #000000;
    text-align: center;
}

.sosyal-box .sos-icons {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: space-around;
    flex-direction: column;
}

.sosyal-box .sos-icons>div a {
    display: flex;
    font-size: 18px;
    align-items: center;
    border: 1px solid #000000;
    padding: 3px;
    text-decoration: none;
    border-radius: 10px;
    justify-content: center;
    color: #000;
}

.sosyal-box .sos-icons>div a:hover {
    background-color: #f5f5f5;
}

.sosyal-box .sos-icons>div a span {
    text-wrap: nowrap;
}

.about3__main-content {
    padding-left: 0 !important;
}

.breadcrumb.section {
    background-position: center center !important;
}

/* REFERANSLAR HAKKIMIZA */

.gallery img {
    border-radius: 10px;
    height: 240px;
    object-fit: cover;
    min-width: 165px;
}


/* REFERANSLAR SAYFASI */
.referans-box {
    padding: 7px;
    margin: 10px;
    max-height: 500px;
    transition: transform .5s ease;
    cursor: pointer;
    position: relative;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 3px -2px rgb(0 0 0 / 56%);
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
}

.referans-box:hover {
    box-shadow: 1px 0 25px rgb(0 0 0 / 40%);
    transform: scale(1.1);
}

.referans-box img {
    font-weight: 600;
    width: 100%;
    height: 140px;
    width: 210px;
    object-fit: contain;
}

.referans-box a {
    font-weight: 600;
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding-top: 7px;
    color: #062069;
}

/* REFERANSLAR SAYFASI */


.work-box .work-thumb img {
    height: 300px;
    object-fit: cover;
}

.service-box2 .service-content p {
    text-transform: unset;
}

.service2__info .service2-insta i {
    font-size: 48px;
}

.service2__info .service2-insta {
    border-radius: 100%;
    width: 86px;
    height: 86px;

    /* border: 3px dashed #e2c55d; */
    cursor: pointer;
    display: grid;
    place-content: center;

    background: #833ab4;
    background: linear-gradient(to right,
            #833ab4, #fd1d1d, #fcb045);

}

.service2__info .info .title {
    max-width: 284px;
    color: #0e0e0e;
    font-size: 26px;
    text-transform: unset;
}

.box-effect {
    position: relative;
}

.box-effect::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scale(1.1) translateZ(0);
    filter: blur(15px);
    background: linear-gradient(to left,
            #ff5770,
            #e4428d,
            #c42da8,
            #9e16c3,
            #6501de,
            #9e16c3,
            #c42da8,
            #e4428d,
            #ff5770);
    background-size: 200% 200%;
    animation: animateGlow 1.25s linear infinite;
}

@keyframes animateGlow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}


.pulse-effect {
    animation: pulse 1.5s infinite;
}




@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(226, 197, 93, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(226, 197, 93, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(226, 197, 93, 0);
    }
}

.pulse-effect2 {
    animation: pulse2 1.5s infinite;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(15, 0, 231, 0.7);
    }

    70% {
        box-shadow: 0 0 0 13px rgba(15, 0, 231, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(15, 0, 231, 0);
    }
}

.pulse-effect3 {
    animation: pulse3 1.5s infinite;
}

@keyframes pulse3 {
    0% {
        box-shadow: 0 0 0 0 rgb(218 172 4 / 90%);
    }

    70% {
        box-shadow: 0 0 0 30px rgba(218, 172, 4, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(218, 172, 4, 0);
    }
}


.btn-anim {
    background: linear-gradient(270deg, #e2c55d, #d4a500);
    background-size: 400% 400%;

    -webkit-animation: btn-anim 6s ease infinite;
    -moz-animation: btn-anim 6s ease infinite;
    animation: btn-anim 6s ease infinite;
}

@-webkit-keyframes btn-anim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes btn-anim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes btn-anim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}


.btn-basvuru {
    border-radius: 50px;
    padding: 3px;
    background-image: linear-gradient(0deg, #e2c55d, #ffe78f);
    overflow: hidden;
    border: none;
}

.btn-basvuru .btn-wrapper {
    background: unset;
}

.side-area-cek {
    text-align: center !important;
}

.side-area-cek a.btn-warning {
    font-size: 16px !important;
    display: inline-block;
    margin-bottom: 10px !important;
    padding: 1rem !important;
}

/* INDIRIM */
.discount-offer-box {
    border-radius: 20px;
    background: linear-gradient(0deg, #fd0000 0%, #ff3a3a 100%);
    box-shadow: 0 4px 24px rgba(255, 88, 88, 0.15);
    padding: 32px 24px;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
}

.discount-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #e50000;
    font-weight: bold;
    font-size: 1rem;
    padding: 6px 10px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
    letter-spacing: 1px;
    z-index: 8;
}

.discount-offer-box .discount-text {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 500;
}

#discount-timer {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 4px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.discount-offer-box .discount-btn {
    border-radius: 16px;
    font-size: 1.1rem;
    color: #ff5858 !important;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.12);
    transition: background 0.2s;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    background: #fff;
    margin-top: 10px;
    display: inline-block;
}

.discount-offer-box .discount-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
}

.discount-timer-unit {
    display: inline-block;
}

.discount-timer-outer {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.discount-timer-box {
    display: flex;
    align-items: end;
    border: 2px solid #000000;
    border-radius: 10px;
    line-height: 1;
    width: 100%;
    padding: 15px 15px;
    justify-content: center;
    gap: 2px;
    background-color: #fff;
    color: #000;
}

.discount-timer-label {
    font-size: .8rem;
}


/* INDIRIM */

@media (max-width:992px) {
    .hero-two.section {
        padding-top: 122px;
    }

    .hero-two__slider .slide-container .slide-image.active .slide-text-area {
        padding: 10px;
        width: 100%;
        text-align: center;
    }

    .hero-two__slider .slide-container .slide-image .slide-text-area p {
        display: none;
    }

    .hero-two__slider .slide-container .slide-image .slide-text-area h1 {
        font-size: 16px !important;
    }

    .hero-two__slider .slide-container .slide-image.active {
        flex-basis: 120%;
    }

    .wp-float {
        left: 5px;
    }

    .wp-float img {
        width: 50px;
    }

}

@media only screen and (max-width: 767.98px) {
    .hero-two__slider .slide-container {
        gap: 10px;
    }

    .pricing-box2 .pricing-content {
        order: 2;
    }

    .pricing-box2 .pricing-thumb {
        order: 1;
    }

    .pricing-box2 .pricing-thumb img {
        max-width: 100%;
    }
}