@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    border: none;
}


body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Manrope", Helvetica, Arial, sans-serif;
    overflow-x: hidden;

}

html {
    scroll-behavior: smooth;
}

#wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}






#home-slider {
    width: 100%;
    height: 100vh;

}

.swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#home-slider .swiper-slide::after {
    content: '';
    position: absolute;
    background: url(../images/home-slider-background.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    bottom: 0;
    width: 100%;
    min-height: 200px;
}

#home-slider .swiper-slide .images {
    background-size: cover !important;
    background-position: center center !important;
    height: 100% !important;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

#home-slider .swiper-slide .images .swiper-slide-image-text {
    width: 100%;
    text-align: center;
    margin-top: 100px;
    line-height: 150%;
    font-size: 2.5rem;
}

#home-slider .swiper-slide .images.two-slider .swiper-slide-image-text {
    color: #ffffff;
    position: relative;
    top: 15%;
}

.swiper-slide-caption .sambros-btn::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: 900;
    position: relative;
    top: 1px;
}

.sambros-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 230px;
    margin: 0 auto;
    background: #212AA0;
    color: #fff;
    border-radius: 20px;
    height: 50px;
    font-size: 20px;
}

.sambros-btn:hover {
    background: #4834d4;
    color: #fff;
}

#home-slider .swiper-button-prev::after {
    content: '\f359';
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    color: #212AA0;
}

#home-slider .swiper-button-next::after {
    content: '\f35a';
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    color: #212AA0;
}

.swiper-button-prev:focus, .swiper-button-next:focus {
    outline: none;
}

.section-sambros h5.text-center {
    font-weight: 400;
    line-height: 150%;
}

.section-sambros .row {
    -webkit-box-shadow: 0 30px 40px 0 rgba(28, 30, 35, 0.4);
    box-shadow: 0 30px 40px 0 rgba(28, 30, 35, 0.4);
}
/* Apple Tarzında Sade ve Şık Ürünler Tasarımı */

.urunler-images {
    display: flex;
    background: #fdfdfd;
    position: relative;
    cursor: pointer;
    padding: 35px;
    min-height: 90px;
    flex: 1;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.urunler-images:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.urunler-images .urunler-images-box {
    display: inline-flex;
    align-items: center;
    align-self: center;
    flex-direction: column;
    margin: 0 auto;
}

.urunler-images .urunler-images-box img {
    margin-bottom: 20px;
    max-width: 100%;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.urun-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s ease;
    border-radius: 20px;
}

.urunler-images:hover .urun-overlay {
    opacity: 0.8;
}

.urun-overlay .urun-text {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.section-sambros span.center {
    display: flex;
    justify-content: center;
}

.sambros-btn-grey {
    max-width: 200px;
    width: 100%;
    border-radius: 25px;
    color: #333333;
    font-weight: 500;
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.sambros-btn-grey:hover {
    background: #eaeaea;
    color: #000000;
    border-color: #cccccc;
}

.sambros-btn-grey:focus, .sambros-btn:focus {
    outline: none;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}

.section-sambros-two {
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

/* Minimal Geçiş ve Animasyonlar */
.urunler-images:hover .urunler-images-box img {
    transform: scale(1.02);
}

.sambros-btn-grey:active {
    background: #dddddd;
    border-color: #bbbbbb;
}


#home-slider-two {
    background: #f7f7f7;
    -webkit-box-shadow: 0 30px 40px 0 rgba(28, 30, 35, 0.4);
    box-shadow: 0 30px 40px 0 rgba(28, 30, 35, 0.4);
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 30px;


}

#home-slider-two .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
}

#home-slider-two .slide-bg-grey .swiper-slide h3 {
    font-weight: 900;
    margin: 0;
    font-size: 30px;
    line-height: 120%;
}

#home-slider-two .slide-bg-grey {
    padding: 20px;
}

#home-slider-two .slide-bg-grey .swiper-slide h6 {
    font-weight: 600;
    font-size: 19px;
}

#home-slider-two .slide-bg-grey .swiper-slide p {
    font-size: 19px;
    font-weight: 300;
}

#home-slider-two .swiper-button-next, #home-slider-two .swiper-button-prev {
    bottom: 0;
    top: inherit;
    width: 85%;
    vertical-align: middle;

}

#home-slider-two .swiper-button-prev::after {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    color: #333;
    font-weight: 900;
    font-size: 20px;
}

#home-slider-two .swiper-button-next::after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    color: #333;
    font-weight: 900;
    font-size: 20px;
}


#home-slider-two .slider-nav .swiper-pagination .swiper-pagination {
    bottom: 5%;
    right: 10%;
}

#home-slider-two .slider-nav .swiper-pagination-bullet {
    margin: 3px;

}

#home-slider-two .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #333;
    border: 1px solid #333;
    padding: 3px;
}

.col-md-5.col-12.d-flex.mt-5.mt-md-0.mt-lg-0 img {
    -o-object-fit: cover;
    object-fit: cover;
}

.section-sambros-three {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-sambros-three .home-page-bize-ulasin {
    padding: 20px;
    background: url(../images/resim-3.jpg) no-repeat;
    min-height: 250px;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(28, 30, 35, 0.4);
    box-shadow: 0px 30px 40px 0px rgba(28, 30, 35, 0.4);
    border-radius: 10px;


}

.section-sambros-three .home-page-bize-ulasin h4 {
    font-size: 30px;
    font-weight: 900;

}

.section-sambros-three .home-page-brosur {
    position: relative;
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.section-sambros-three .home-page-brosur img {
    width: 40%;
}

.section-sambros-three .home-page-brosur a {
    position: absolute;
    bottom: 0;
    background: #2129a0;
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.section-sambros-three .home-page-brosur a:hover {
    text-decoration: none;
}

footer {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer a {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.footer a:hover {
    color: #212AA0;
    text-decoration: none;
}

.footer-bottom {
    margin-top: 30px;
    color: #adb5bd;
    font-weight: 400;
    font-size: 15px;
}

.footer-bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-bottom-list li {
    margin-left: 10px;
}

.footer-bottom-list li a {
    color: #adb5bd;
}


/*BLOG DETAY*/

.page-header-big-title {
    position: relative;
    background: url(../images/page-bg-cloud.jpg) no-repeat;
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header-big-title h2 {
    font-weight: 900;
    font-size: 36px;
}

.blog-detay-content-wrapper h1 {
    font-size: 48px;
    font-weight: 900;
}

.blog-detay-content-wrapper p.mt-3 {
    text-align: center;
    color: #9fa3a7;
    font-size: 16px;
    font-weight: 400;
}

#blog-detay-content-slider .swiper-button-prev::after {
    content: url(../images/circle-arrow-left-icon.png);
    margin-left: 20px;
}

#blog-detay-content-slider .swiper-button-next::after {
    content: url(../images/circle-arrow-icon.png);
    margin-right: 20px;
}

.blog-detay-content-text {
    margin-top: 50px;
    color: #9f9f9f;
    font-size: 16px;
}

.blog-detay-content-text h6 {
    color: #757575;
    font-weight: 600;
}

.blog-detay-content-text-left p:nth-child(2) {
    font-style: italic;
}

.blog-detay-content-text-right {
    font-weight: 500;
}

.blog-detay-content-text p.text-center.font-weight-bolder {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    color: #212121;
}

/*BLOG DETAY*/


/*İLETİŞİM*/
.contact-page-wrapper {

    margin-bottom: 30px;
    color: #9fa3a7;
}

.slide-bg-grey {
    background: #f7f7f7;
    padding: 50px;
}

.contact-page-info h1 {
    font-weight: 900;
    font-size: 4em;
    color: #2c2c2c;
}

.contact-page-info ul li {
    margin-bottom: 20px;
    font-size: 14px;
}

.contact-page-info ul li .fas {
    color: #212AA0;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
}

.contact-page-info ul li a {
    color: #9fa3a7;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.contact-page-info ul li a:hover {
    text-decoration: none;
    color: #212AA0;
}

input.form-control {
    background-color: inherit;
    border: 0;
    border-bottom: 2px solid #ccc !important;
    border-radius: 0;
    padding-left: 0;
}

input.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: inherit;
}

input.form-control::-webkit-input-placeholder {
    color: #efefef;
    color: rgba(0, 0, 0, .4);
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

input.form-control:focus::-webkit-input-placeholder {
    color: transparent;

}

#message {
    resize: none;
    border: 0;
    background-color: inherit;
    border-bottom: 2px solid #ccc !important;
    border-radius: 0;
    padding-left: 0;
}

#message:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: inherit;
}

.line-left,
.line-right {
    background: #212AA0;
    height: 2px;
    margin-bottom: 0;
    position: relative;
    bottom: 2px;
}

.line-left {
    width: 0;
    -webkit-transition: width .25s ease;
    -o-transition: width .25s ease;
    transition: width .25s ease;
}

.line-right {
    width: 0%;
    position: absolute;
    right: 0;
    -webkit-transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    transition: width 0.25s ease;
}

input.form-control:focus + .line-left, #message:focus + .line-left,
input.form-control:focus + .line-right {
    width: 100%;
    -webkit-transition: width .25s ease;
    -o-transition: width .25s ease;
    transition: width .25s ease;

}

.contact-page-wrapper a.sambros-btn {
    margin-top: 30px;
    float: right;
    width: 100%;
}

.contact-page-wrapper a.sambros-btn:hover {
    text-decoration: none;
}

/*İLETİŞİM*/
/*SSS*/
section.sss-page-wrapper {
    margin-bottom: 50px;
}

.sss-accordion .card {
    border: 0;
}

.sss-accordion .card .card-header {
    background-color: #F7F7F7 !important;
}

.sss-accordion .card .card-header:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0.8rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.1rem;
}

.collapsible-link[aria-expanded='true']::before {
    content: '\f106';
}

.collapse.show {
    border-left: 4px solid #212AA0;
}

button.btn.btn-link.collapsible-link {
    font-size: 16px;
    font-weight: 800;
    color: #333333;
}

button.btn.btn-link.collapsible-link:hover {
    text-decoration: none !important;
}

/* Gelişmiş Ürün Detay Tasarımı */

/* Mobil Uyumlu Düzenlemeler */
@media (max-width: 576px) {
    .urun-detay-wrapper {
        padding: 20px;
    }

    /* Carousel Görsellerinin Mobil Uyumlu Hale Getirilmesi */
    .carousel-inner img {
        width: 100%;
        height: auto;
        max-height: 300px;
        object-fit: cover;
    }

    /* Mobilde Carousel Göstergeleri (Indicators) */
    .carousel-indicators {
        bottom: -20px;
    }

    /* Ürün Detay Metinleri Mobilde Düzenleme */
    .urun-detay-text h4 {
        font-size: 24px;
    }
    .urun-detay-text p {
        font-size: 16px;
        padding: 0 10px;
    }

    /* Özellik Butonları Mobilde Küçültme */
    .ozellik-sec {
        font-size: 14px;
        padding: 10px 20px;
    }

    /* Ürün Kartlarının Yatay Hizalanması */
    .urun-detay-ozellik ul.d-flex {
        flex-direction: column;
    }
    .urun-detay-ozellik ul.d-flex li {
        width: 100%;
        margin-bottom: 10px;
    }

    /* Teknik Özellikler Mobil Düzenleme */
    .urun-teknik-ozellikler-wrapper .urun-model-adi {
        padding: 20px;
        margin-bottom: 20px;
    }
    .urun-teknik-ozellikler-wrapper .urun-model-adi h6 {
        font-size: 20px;
    }

    /* Blog Sayfası Kart Düzenlemesi */
    .blog-card-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .blog-card-box .card-title {
        font-size: 18px;
    }
    .blog-card-box .card-text {
        font-size: 12px;
    }
}

/* Orta Boyutlu Cihazlar (Tablet) için Ayarlar */
@media (min-width: 576px) and (max-width: 768px) {
    .urun-detay-text h4 {
        font-size: 28px;
    }
    .urun-detay-text p {
        font-size: 18px;
    }
    .urun-detay-ozellik ul.d-flex li {
        flex: 1 1 48%;
        margin-bottom: 10px;
    }
    .ozellik-sec {
        font-size: 16px;
        padding: 12px 24px;
    }
}

/* Genel Ayarlamalar */
@media (max-width: 768px) {
    /* Yatay Kaydırmayı Önlemek için Genişlik Ayarlamaları */
    .container, .row {
        width: 100%;
        padding: 0 15px;
    }

    /* Mobilde Kartların Alt Alta Gelmesi */
    .col-md-6 {
        width: 100%;
    }

    /* Mobilde Gölgeleri Azaltma */
    .urun-detay-slider-item, .urun-teknik-ozellikler-wrapper .urun-model-adi {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    /* Blog Kartları Mobilde Daha Küçük Olacak Şekilde Ayarlanması */
    .blog-card-box .card-title {
        font-size: 20px;
    }
    .blog-card-box .card-text {
        font-size: 14px;
    }
}

/*BLOG*/
/*ÜRÜNLER*/
.filtre-wrapper {
    background: #F7F7F7;
}

.custom-select {
    position: relative;
    padding: 0;
    border: 0;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #F7F7F7;
    color: #343e5c;
    border-left: 1px solid #cccccc;
    font-size: 14px;
    text-align: center;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid #343e5c;
    border-color: #343e5c transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #343e5c transparent;
    top: 7px;
}

.select-items div, .select-selected {
    color: #343e5c;
    padding: 8px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-items {
    position: absolute;
    background-color: #F7F7F7;;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.filtre-btn {
    font-weight: 800;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    padding: 0;
    margin: 0;
}

.urunler-images-box ul.urunler-images-box-list {
    font-size: 12px;
    color: #333333;
    font-weight: 400;
}

.urunler-images-box ul.urunler-images-box-list li .fa-circle {
    font-size: 6px;
    vertical-align: middle;
}

.urunler-images-box span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 235px;
    max-width: 100%;
}

.urun-guc {
    width: 100%;
}

.urun-page-list-content {
    -webkit-box-shadow: 0 30px 40px 0 rgba(28, 30, 35, 0.2);
    box-shadow: 0 30px 40px 0 rgba(28, 30, 35, 0.2);
    background: #ffffff;
    margin-bottom: 50px;
}

.urun-guc .guc-box {
    font-size: 13px;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;

}

.urun-guc .guc-box.active {
    background: #212AA0;
    color: #ffffff;
}

/*ÜRÜNLER*/


@media screen and (max-width: 767px) {
    #home-slider .swiper-slide .images .swiper-slide-image-text {
        font-size: 1.5em;
    }

    .urun-detay-text {
        padding-left: 20px;
    }

    .urun-ozellikler-wrapper {
        margin-top: 100px;
    }


    .urun-detay-slider-item img {
        width: 100%;
    }


}

@media screen and (max-width: 991px) {
    .swiper-slide .images {
        background-size: cover !important;
    }

    ul.mobile-social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    ul.mobile-social li {
        margin-left: 20px;
    }

    ul.mobile-social li:first-child {
        margin-left: 0;
    }

    #home-slider-two {
        padding-left: 0;
    }

    .urun-detay-slider-item {
        text-align: left;
        width: inherit;
    }

    #home-slider-two .slide-bg-grey .swiper-slide p {
        font-size: 14px;
    }

    .section-sambros-three .home-page-brosur {
        min-height: 235px;
    }

    .section-sambros-three .home-page-brosur img {
        width: 20%;
    }

    .custom-select {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 40px;
    }

    .filtre-btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        min-height: 50px;
    }

    #home-slider-two .swiper-button-next, #home-slider-two .swiper-button-prev {
        width: 70%;

    }


}

@media screen and (min-width: 992px) {
    .swiper-slide .images.two-slider .swiper-slide-caption {
        margin-top: 160px;
    }
}

@media screen and (min-width: 1199px) {
    .swiper-slide-caption {
        padding-top: 100px;
    }

}

.ozellik-sec:hover {
    color: #fff !important;
}
