.pt50 {
    padding-top:50px !important;
}

.blog-title {
    font-size:1.35rem;
    line-height:normal;
}

.phone-area {
    display: grid;
    margin-bottom: -70px;
    position: relative;
    align-items: ;
    align-content: space-evenly;
    justify-items: start;

}

.bg-white {
    background-color:#fff !important;
}

.bg-apple {
    background-color:#f5f5f7 !important;
}


.pb50 {
    padding-bottom:50px !important;
}

.pt0 {
    padding-top:0px !important;
}

.pb0 {
    padding-bottom:0px !important;
}

.bg-gray {
    background-color:#f5f5f7 !important;
}

@media only screen and (max-width: 799px) {
    
    .phone-area {
            display: block;
    margin-bottom: 5px;
    position: relative;
    align-items: ;
    align-content: space-evenly;
    justify-items: start;
    }
    
    .mobile-top {
        margin-top: -62px;
    }
    
    .blog-title-detail {
            font-size: 28px !important;
    line-height: 38px !important;
    }

    .pt50 {
        padding-top: 1rem;
    }

    .pb50 {
        padding-bottom: 1rem;
    }


}


/* Slider 01 */
.slider-style-01 .sliderbutton {
    color: #151515;
    display: inline-block;
    position: relative;
    padding: .5em 1em;
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 14px;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    text-decoration: none;
    border: solid 1px;
    transition: color .4s ease;
}
.slider-style-01 .sliderbutton:active::after,
.slider-style-01 .sliderbutton:focus::after,
.slider-style-01 .sliderbutton:hover::after {
    width: 100%;
    padding-right: 25px;
}

.slider-style-01 .sliderbutton {
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    width: 13em;
    font-weight: 600;
    letter-spacing: .15em;
    color:#fff;
    border-radius: 0.45rem;
}
.slider-style-01 .sliderbutton::before{
    content: '';
    height: .1rem;
    width: 2rem;
    margin-right: .7rem;
    background: #fff;
    transition: width .3s ease;
}
.slider-style-01 .sliderbutton:hover::before {
    width: 3rem;
}

.slider-style-01 .swiper-container {
    width: 100%;
    height: calc(100vh - -1px);
}
.slider-style-01 .swiper-slide {
    overflow: hidden;
}
.slider-style-01 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, transparent 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, black 0, transparent 50%, #0001%, rgba(0, 0, 0, 1) 100%);
    transition: all .65s ease;
}
.slider-style-01 .swiper-slide-duplicate-active .overlay,
.slider-style-01 .swiper-slide-active .overlay {
    opacity: 0.9;
}
.slider-style-01 .slide-inner {

}
.slider-style-01 .image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit:cover;
    animation: play 20s infinite alternate;
    transform: scale(1.07);
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
}
.slider-style-01 .swiper-slide-duplicate-active .image,
.slider-style-01 .swiper-slide-active .image {
    opacity: 1;
    transform: scale(1);
}

.slider-style-01 .swiper-button-prev,
.slider-style-01 .swiper-button-next {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .2em;
    line-height: 2em;
    font-size: 12px;
    width: auto;
    height: 24px;
    background-image: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slider-style-01 .swiper-button-prev {
    padding-left: 6em;
    left: 0;
    -webkit-transition: padding-left .3s ease;
    -moz-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
}
.slider-style-01 .swiper-button-next {
    padding-right: 6em;
    right: 0;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}
.slider-style-01 .swiper-button-prev::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.slider-style-01 .swiper-button-next::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.slider-style-01 .swiper-button-prev:hover {
    padding-left: 90px;
}
.slider-style-01 .swiper-button-prev:hover::after {
    width: 75px;
}
.slider-style-01 .swiper-button-next:hover {
    padding-right: 90px;
}
.slider-style-01 .swiper-button-next:hover::after {
    width: 75px;
}

.slider-style-01 .info {
    position: absolute;
    width: auto;
    min-height: 50px;
    bottom: 3em;
    padding-left: 0em;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: var(--alt-font);
}
.slider-style-01 .swiper-slide-active .info {
    opacity: 1;
    transition: opacity 1s ease 1s;
}
.slider-style-01 .info h2 {
    margin: 10px 0;
    text-transform: capitalize;
    font-weight: bolder;
    line-height: 1em;
    font-size: 3.5rem;
    color: #fff;
    font-family: var(--alt-font);
    width: 650px;
}

.slider-style-01 .info p {
    font-size: 22px;
    color: #f9f9f9;
    width: 500px;
    font-weight: 500;
}
.slider-style-01 .slide--info__link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 2px;
}
.slider-style-01 .swiper-slide--bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.slider-style-01 .expanded-timeline {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 3;
    bottom: 2.8em;
    right: 3em;
    width: 40vh;
}
.slider-style-01 .swiper-pagination-progress {
    z-index: 4;
    width: 85%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}
.slider-style-01 .swiper-pagination-progressbar {
    background: #fff !important;
}
.slider-style-01 .expanded-timeline__counter span {
    text-align: center;
    margin-left: 1.8em;
    margin-right: 100%;
    padding: .4em 0;
    color: #fff;
    display: block;
}
.slider-style-01 .scroll-message {
    position: absolute;
    right: 0;
    color: #fff;
    opacity: .5;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    letter-spacing: .15em;
}
.slider-style-01 .scroll-svg {
    width: 24px;
    margin: 0 auto 1.2em;
    display: block;
}

@media only screen and (max-width: 805px) {

    .slider-style-01 .swiper-button-prev,
    .slider-style-01 .swiper-button-next {
        bottom: 1.4em;
        top: auto;
    }
    .slider-style-01 .expanded-timeline {
        display: none;
    }
    .slider-style-01 .slide-inner--info {
        width: 100%;
        text-align: center;
        min-height: 50px;
        bottom: 10vh;
        padding-left: 0;
        color: #fff;
        z-index: 1;
        opacity: 0;
        transition: opacity 1s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .slider-style-01 .sliderbutton {
        margin: 0 auto;
        display: inline-block;
        letter-spacing: .15em;
        background: #df1f29;
        color: #fff;
        padding: .5em 0;
    }
    .slider-style-01 .sliderbutton::before {
        content: '';
        display: none;
        width: 0;
    }
}

/* Slide 01 */

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}
/* Preloader */

/* WhatsApp Butonu Stilleri */
.whatsapp-float {
    position: fixed;
    width: 52px;
    height: 52px;
    bottom: 100px;
    right: 35px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.whatsapp-float:hover {
    display: flex;
    text-decoration: none;
    color: #fff;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 24px;
    }
}

/* Pulse Efekti Keyframes */
@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Pulse Efektini Butona Uygula */
.whatsapp-float::before {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #25d366;
    z-index: -1;
    animation: whatsapp-pulse 2s infinite;
}


/* WhatsApp Butonu Stilleri */
.phone-float {
    position: fixed;
    width: 52px;
    height: 52px;
    bottom: 165px;
    padding: 13px;
    right: 35px;
    background-color: #7B5836;
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.phone-float:hover {
    display: flex;
    text-decoration: none;
    color: #000;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    .phone-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 24px;
    }
}

/* Pulse Efekti Keyframes */
@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Pulse Efektini Butona Uygula */
.phone-float::before {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    animation: whatsapp-pulse 2s infinite;
}

.phone-float .fa-phone {
    font-size:24px;
}

/* Zoom and zoomout */
@keyframes play {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
/* Zoom and zoomout */

@keyframes animate{
    0%
    {
        filter: hue-rotate(0deg);
    }
    100%
    {
        filter: hue-rotate(360deg);
    }
}
/* Glitch Image */

@media only screen and (max-width: 799px) {
    .slider-style-01 .image img {
        height:100vh;
    }

    .slider-style-01 .info {
        padding-left:1em;
    }

    .dnoneformobile {
        display:none !important;
    }

    .extra-small-screen {
        height: 140px!important;
    }
}

