body{
    margin:0;
    font-size:14px;
    color:#333;
    font-family:"Poppins",sans-serif;
    background:#fff;
    font-weight:300;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    position: relative;
}
a{
    text-decoration:none;
    color:#5a66eb;
    transition:.2s all ease
}
a:hover{
    color:#9f30d0;
    color:#9f30d0
}
h1{
    font-weight:normal;
    font-size:2.5em;
    color:#9f30d0
}
.clear{
    clear:both;
    width:100%;
    height:1px;
    line-height:1px;
    font-size:1px
}
.colored{
    background:#5a66eb;
    background:linear-gradient(90deg, #5a66eb 0%, #9f30d0 50%, #ab4a7c 100%)
}
.wrapper{
    width:100%;
    margin:0 auto 0 auto
}
.header-web{
    padding:20px 0
}
.header-web .logo{
    padding-left:0
}
.header-web .logo img{
    height:80px
}
.header-web .menu ul,.header-web .top-bar ul{
    list-style:none;
    text-align:right;
    line-height:30px
}
.header-web .menu ul li,.header-web .top-bar ul li{
    display:inline-block;
    line-height:30px;
    margin:0 10px
}
.header-web .menu ul li a,.header-web .top-bar ul li a{
    display:inline-block;
    line-height:30px;
    height:30px
}
.header-web .menu ul li a img,.header-web .top-bar ul li a img{
    height:15px
}
.header-web .menu ul li.flag,.header-web .top-bar ul li.flag{
    margin:0 5px
}
.header-web .top-bar{
    margin-bottom:10px
}
.header-web .delimeter{
    height:2px;
    width:100%;
    margin-top:20px
}
.content .title{
    font-size:1.5em;
    font-weight:normal;
    margin-bottom:25px
}
.iletisim table{
    width:100%
}
.iletisim table td{
    width: 100%;
    vertical-align:top;
    padding-bottom:10px
}
.footer{

    color:#fff;

}
#slider .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 45%;
    right: 2%;

}
#slider .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 45%;
    left: 2%;
}
#slider .owl-carousel .owl-prev span{
    font-size: 65px;
    color: white;
}
#slider .owl-carousel .owl-next span{
    font-size: 65px;
    color: white;

}
/*# sourceMappingURL=style.css.map */
.header-mobile{
    display: none;
}
.contact-text{
    flex-direction: row;
}
.carousel_custom .item img{
    width: 100%;
    height: auto;
    object-fit: cover; /* Resmi dolduracak şekilde ayarlar */
    object-position: center; /* Resmin konumunu merkezler */
    max-height: 800px; /* Fotoğrafın en fazla bu kadar yükseklikte olmasını sağlar */
}
.slide_image{
    position: relative;
    text-decoration: none;
}
.slide_text{
    position: absolute;
    top: 85%;
    left: 5%;
    font-size: 55px;
    color: white;
    font-weight: 600;
}
@media only screen and (max-width:991px){
    .header-web{
        display: none;
    }
    .header-mobile{
        display: block;
    }
    .contact-text{
        flex-direction: column;
        margin-top: 15px;;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;

    }
}
