html, body {
    overflow-x: hidden !important;
}

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

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

.pb50 {
    padding-bottom:50px !important;
}
.icon-bx-wraper.style-1 .icon-content {
    overflow: visible;
    min-height: 300px;
}

@media only screen and (min-width: 992px) {
    .slidetext {
        width:500px;
    }


}

@media only screen and (max-width: 992px) {
    .pt50 {
        padding-top:25px !important;
    }

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

    .mobilenone {
        display:none !important;
    }

    .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
        margin-top:60px;
    }

    .site-footer.style-1.footer-action .footer-top {
        padding-top:50px;
    }

    .slider-style-01 .image img {
        min-height:100vh;
    }

    .slider-style-01 .info h1 {
        margin: 10px 0;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 1.1em;
        font-size: 32px !important;
        color: #fff;
        width: 100% !important;
    }

    .logo-header img {
        width:225px;
        min-width:225px;
    }

    .section-head.style-1 .title {
        font-size: 27px;
        margin-bottom: 10px !important;
        line-height: 29px;
    }
}

/* 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;
    font-weight: 600 !important;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    /* border-radius: 0.45rem; */
    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;
}
.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: 100vh;

}
.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;

    transition: all .65s ease;
}
.slider-style-01 .swiper-slide-duplicate-active .overlay,
.slider-style-01 .swiper-slide-active .overlay {
    opacity: .4;
    background-color:#000;
}
.slider-style-01 .slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}
.slider-style-01 .image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit:cover;
    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: 3em;
    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 .swiper-slide-active .info {
    opacity: 1;
    transition: opacity 1s ease 1s;
}
.slider-style-01 .info h1 {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1em;
    font-size: 64px;
    color: #fff;
    width: 575px;
}
.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 */

@media (min-width: 800px) and (max-width: 1499px) {

    body {
        font-size:15px;
    }
    .about-bx4 .about-content .pr-list li {
        font-size:16px;
    }

    .section-head.style-1 .title {
        font-size:38px;
    }

    .section-head h2.title, .section-head .title.h2 {
        font-size:32px;
    }

    .btn, .wp-block-button__link {
        padding: 8.5px 20px;
        font-size: 14px;
    }

    .testimonial-1 .testimonial-text {
        font-size:16px;
    }

    .testimonial-1.testimonial-left .testimonial-text {
        margin-top:15px;
        margin-bottom:15px;
    }

    .dz-bnr-inr {
        height: 300px;
    }

    .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
        font-size: 38px;
        margin-top: 98px;
    }




    .breadcrumb-row ul li {
        font-size:13px;
    }
}



/*YAYIN SONRASI DÜZELTMELERİ*/







