@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html{
    font-family:'Montserrat',sans-serif;
    overflow-x:hidden !important;
}
body{
    min-height:100vh !important;
    font-family:'Montserrat',sans-serif;
    overflow-x:hidden !important;
}
.pad0{
    padding:0px !important;
}
.bin{
    width:1400px;
    margin:auto !important;
}
.kucukfoto{
    display:none !important;
}
.filter select{
    width:100%;
    height:44px;
    padding:5px;
    color:#000;
    font-weight:500;
    font-size:13.5px;
}
.filter h5{
    font-size:13.5px;
    color:#000;
    margin-bottom:10px;
    font-weight:500;
}
.filter button{
    width:100%;
    height:44px;
    font-size:13px;
    font-weight:500;
    margin-top:25px;
    border:none;
    color:#FFF;
    background-color:#5A1A51;
    text-align:center;
}
.filter{
    margin-top:12px;
    margin-bottom:12px;
}
.Slider .carousel img{
    width:100%;
    height:100vh;
    object-fit:cover;
}
.custom-carousel-indicators {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    gap: 10px;
    list-style: none;
    z-index: 10;
}
.custom-carousel-indicators li {
    color: #FFF;
    font-size:20px;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin-right:12px;
}
.custom-carousel-indicators li.active,
.custom-carousel-indicators li:hover {
    transform:scale(2);
    opacity: 1;
    border-bottom: 2px solid white;
}
.Slider{
    position:relative !important;
}
.Slider .carousel-item{
    position:relative !important;
}
.takimbayraklar{
    display:none !important;
}
.takimbayraklar img{
    width:30px;
    height:30px;
    object-fit:cover;
    display:inline-block;
    margin:5px;
    border-radius:50%;
}
.Slider .slioverlay2{
    position:absolute !important;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:2;
    background-color:rgba(0,0,0,0.15);
}
.Slider .slioverlay{
    position:absolute !important;
    left:13%;
    right:13%;
    top:30%;
    z-index:99;
}
.Slider .slioverlay p{
    font-size:14.5px;
    color:#FFF;
    font-weight:500;
    line-height:25px;
    width:80%;
}
.Slider .slioverlay a{
    background-color:#FFF;
    font-weight:500;
    display:inline-block;
    width:auto;
    padding-left:35px;
    padding-right:35px;
    padding-top:13px;
    color:#000;
    font-weight:500;
    font-size:13.2px;
    transition:0.3s ease-in;
    padding-bottom:13px;
}
.Slider .slioverlay h3{
    color:#FFF;
    font-size:50px;
    font-weight:600;
    width:80%;
    margin-bottom:12px;
}
.Slider .slioverlay a:hover{
    background-color:#5A1A51;
    transform:scale(1.01);
    color:#FFF;
}
a{
    text-decoration:none !important;
}
.Ustmenu1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
.Ustmenu1.scrolled {
    border-bottom:1px solid #D9D9D9;
    background-color: #FFF; 
}
.Ustmenu1.scrolled a{
    color:#000;
}
.Ustmenu1.scrolled a:hover{
    color:#5A1A51;
}
.pad0 {
    padding: 0px !important;
}
.menuwrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    flex-wrap: wrap;
}
.logosec {
    margin-left:30px;
    margin-right: 20px;
}
.logosec img {
    width: 120px;
    height: auto;
    object-fit: contain;
}
.menusec {
    margin-left:15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.menusec a {
    font-size: 13.5px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
    margin-right: 16px;
    white-space: nowrap;
    transition: color 0.3s;
}
.menusec a:hover {
    transform: scale(1.03);
    color: #FFF;
}
.block992{
    display:none !important;
}
.flags {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
}
.rightsec button {
    background-color: #5A1A51;
    color: #FFF;
    height: 80px;
    border: none;
    font-weight: 600;
    font-size: 13.5px;
    width: 200px;
    margin-right:0px !important;
    cursor: pointer;
}

*:focus{
    outline:none !important;
    box-shadow:none !important;
}
.Anahizmetler{
    border-bottom:1px solid #D9D9D9;
}
.anahizbox{
    border-right:1px solid #D9D9D9;
    position:relative;
    min-height:320px;
}
.anahizbox p{
    line-height:24px;
    color:#434343;
    font-size:13.4px;
    transition:0.3s ease-in;
    font-weight:400;
}
.anahizbox h3{
    font-size:16px;
    transition:0.3s ease-in;
    font-weight:500;
    margin-bottom:20px;
    color:#000;
}
.dot{
    margin-right:9px;
    width:12px;
    height:12px;
    display:inline-block !important;
    border-radius:50%;
    background-color:#5A1A51;
}
.dot2{
    margin-right:9px;
    width:7px;
    height:7px;
    display:inline-block !important;
    border-radius:50%;
    background-color:#5A1A51;
}
.anahizbox img{
    display:none;
    transition:0.3s ease-in;
}
.anahizbox:hover img{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display:block;
    width:100%;
    height:100%;
    z-index:-1;
    object-fit:cover;
}
.anahizbox:hover p{
    color:#FFF;
    font-weight:600;
}
.anahizbox:hover .dot{
    background-color:#FFF;
}
.anahizbox:hover h3{
    color:#FFF;
    font-weight:600;
}
.anahiztexts{
    padding:40px;
}
.anahizbox h6{
    position:absolute;
    right:0;
    bottom:0;
    margin-right:15px;
    color:#F1F0F0;
    font-weight:700;
    font-size:70px;
    transition:0.3s ease-in;
    transform: rotate(45deg);
    display: inline-block;
}
.anahizbox:hover h6{
    color:#FFF;
    font-size:100px;
}
.padleft0{
    padding-right:0px !important;
    padding-left:0px !important;
}
.Anahak p{
    line-height:24px;
    color:#000;
    font-size:13.5px;
    font-weight:400;
}
.Anahak h2{
    font-size:25px;
    font-weight:500;
    margin-bottom:21px;
}
.Anahak img{
    width:100%;
    height:100%;
    object-fit:cover;
    max-height:650px;
}
.anahaktexts{
    padding:50px;
}
.counter h5{
    color:#434343;
    font-size:24px;
    font-weight:700;
    line-height:26px;
}
.counter h6{
    color:#5A1A51;
    font-size:14.6px;
    font-weight:500;
}
.counter{
    margin-top:30px;
}
.Anahak button{
    margin-top:20px;
    background-color: #5A1A51;
    color: #FFF;
    height: 45px;
    border: none;
    font-weight: 600;
    font-size: 13.5px;
    width: 240px;
    cursor: pointer;
    border-radius:4px;
}
.Galeri img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:0.3s ease-in;
}
.nameoverlay h3{
    font-size:13.5px;font-weight:500;text-align:center;color:#000 !important;line-height:17px;margin-top:11px;
}
.Galeri img:hover{
    transform:scale(1.05);
}
.Nasilcalisir{
    margin-top:40px;
}
.nasilbox{
    border:1px solid #D9D9D9;
    min-height:200px;
    padding:30px;
}
.Nasilcalisir h3{
    text-align:center;
    color:#000;
    margin-bottom:25px;
    font-size:21px;
    font-weight:500;
}
.nasilbox h4{
    font-size:15px;
    font-weight:500;
    color:#5A1A51;
    margin-bottom:14px;
    padding-top:14px;
}
.nasilbox img{
    width:40px;
    height:40px;
    object-fit:contain;
}
.nasilbox p{
    font-size:13.4px;
    line-height:24px;
    color:#000;
    font-weight:400;
}
.Team p{
    font-size:13.4px;
    color:#5A1A51 !important;
    font-weight:500;
}
.Team h5{
    color:#000;
    font-size:15.5px;
    font-weight:500;
    margin-top:12px;
}
.Team{
    margin-top:40px;
}
.img-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
}
.img-wrapper:hover img {
    transform: scale(1.05);
}
.img-wrapper .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    font-size: 24px;
}
.img-wrapper:hover .overlay {
    opacity: 1;
    display: flex;
}
.icon {
    color: white;
    transition: color 0.3s ease;
    font-size: 24px;
}
.icon:hover {
  color: #5A1A51;
}
.Altbolum img{
    width:100%;
    height:550px;
    object-fit:cover;
}
.Altbolum{
    margin-top:45px;
    position:relative !important;
}
.altbolumoverlay{
    position:absolute;
    left:100px;
    top:50px;
    height:450px;
    width:350px;
    padding:20px;
    background-color:#FFF;
    background-color: rgba(255, 255, 255, 0.4); 
    backdrop-filter: blur(5px);                
    border-radius:5px;
    -webkit-backdrop-filter: blur(10px);   
    border-radius: 0px;                       
}
.altbolumoverlay h3{
    color:#5a1a51;
    font-size:30px;
    margin-bottom:15px;
    font-weight:600;
    line-height:35px;
}
.altbolumoverlay p{
    color:#000;
    font-size:13.5px;
    font-weight:500;
    line-height:24px;
}
.altbolumoverlay button{
    background-color: #5A1A51;
    color: #FFF;
    height: 40px;
    border: none;
    font-weight: 600;
    font-size: 13.2px;
    width: 170px;
    cursor: pointer;
}

.footer2{
    background-color:#5a1a51;
    margin-top:20px;
}
.footer2 h6{
    color:#FFF;
    font-size:12.9px;
    font-weight:600;
    padding-top:14px;
    padding-bottom:5px;
}
.footerseosec a{
    display:block;
    font-weight:500;
    font-size:13.4px;
    color:#000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top:6px;
    margin-bottom:6px;
    transition:0.3s ease-in;
}
.footerseosec span{
    display:inline-block;
    color:#5a1a51;
    font-size:13px;
    margin-right:10px;
}
.footer h5{
    color:#5a1a51;
    font-size:16.2px;
    font-weight:500;
    margin-top:15px;
    margin-bottom:15px;
}
.footerseosec a:hover {
    transform: scale(1.03);
}
.footer3{
    background-color:#FAFAFA;
    border-top:1px solid #D9D9D9;
    border-bottom:1px solid #D9D9D9;
    margin-bottom:15px;
}
.footer3 a{
    margin-right:20px;
    font-size:13.4px;
    font-weight:600;
    margin-top:20px;
    margin-bottom:20px;
    transition:0.3s ease-in;
    display:inline-block;
    color:#000;
}
.footer3 a:hover{
    color:#5a1a51;
    transform:scale(1.03);
}
.footer4 h3{
    font-size:18.5px;
    font-weight:600;
    margin-bottom:12px;
    color:#5A1A51;
}
.footer4 p{
    font-size:13.4px;
    font-weight:500;
    line-height:25px;
    color:#1C1C1C;
    margin-bottom:10px;
}
.footer4{
    border-top:1px solid rgba(28,28,28,0.1);
    padding-top:20px;
    padding-bottom:20px;
}
.footer4 img{
    width:200px;
    margin-top:20px;
    height:auto;
    object-fit:contain;
}
.flags a{
    margin-right:10px !important;
}
.flags img{
    width:20px;
    height:20px;
    object-fit:cover;
    border-radius:50% !important;
}
.modal-backdrop{
    z-index:9999999 !important;
}
.modal{
    z-index:99999999 !important;
}
.Breadcrumb{
    margin-top:80px !important;
    padding-top:40px;
    padding-bottom:40px;
    background-color:#000;
}
.Breadcrumb h3{
    color:#FFF;
    font-size:24px;
    font-weight:500;
}
.blog-banner {
    background-color: #000;
    color: white;;
    text-align: left;
    display: flex;
    padding-left:30px;
}
.blog-logo {
    max-width: 100px;
    height: auto;
    object-fit:contain !important;
    margin-right: 20px;
}
.blog-text h1 {
    font-size: 30px;
    margin: 0;
    color:#FFF;
    line-height:45px;
    font-weight: 600;
}
.blog-text span {
    font-size: 15px;
    font-weight:500;
    display: block;
}
.pushy a{
    font-size:15.5px !important;
    font-weight:500;
    color:#000;
    display:block;
    margin-bottom:18.5px;
}
.pushy .flags img{
    border:1px solid #D9D9D9 !important;
    border-radius:50% !important;
    object-fit:cover !important;
    width:26px !important;
    height:26px !important;
}
.pushybuttons button{
    background-color:#5a1a51;
    width:100%;
    height:45px;
    color:#FFF;
    font-weight:600;
    font-size:13.5px;
    border:none !important;
}
.pushy img{
    width:220px;
    height:auto;
    object-fit:contain;
}
.Blog{
    margin-top:50px;
}
.Blog img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:0.3s ease-in;
}
.Blog h1{
    font-size:14.5px;
    font-weight:500;
    margin-top:12px;
    color:#000;
}
.Blog img:hover{
    transform:scale(1.02);
}
.Blogdetail{
    margin-top:50px;
}
.Blogdetail h1{
    font-size:18.5px;
    font-weight:500;
    margin-bottom:20px;
    color:#000;
}
.Blogdetail p{
    font-size:13.4px;
    font-weight:400;
    line-height:24px;
    color:#000;
}
.Hizmetlerimiz img{
    width:100%;
    height:100vh;
    object-fit:cover;
}
.hizmetbig{
    position:relative !important;
}
.hizmetlerimizoverlay{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(0,0,0,0.3);
    z-index:2;
}
.hizmetlerimizoverlay2{
    position:absolute;
    left:20px;
    bottom:20px;
    padding:30px;
    z-index:4;
}
.hizmetlerimizoverlay2 h6{
    font-size:14.5px;
    font-weight:600;
    margin-bottom:10px;
    color:#F7F0F0;
}
.hizmetlerimizoverlay2 h3{
    font-size:24.5px;
    font-weight:600;
    margin-bottom:10px;
    color:#FFF;
}
.hizmetlerimizoverlay2 p{
    font-size:13.4px;
    font-weight:500;
    line-height:24px;
    color:#FFF;
}
.Hizmetustgorsel img{
    width:100%;
    height:auto;
    max-height:70vh;
    object-fit:cover;
}
.Hizmetustgorsel {
    position: relative !important;
}
.hizmetustgorseloverlay2 {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(0,0,0,0.2);
    z-index: 2;
    text-align: center;
}
.hizmetustgorseloverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}
.hizmetustgorseloverlay h1 {
    color: #FFF;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0;
}
.table thead {
    background-color: #5a1a51;
    color: #fff;
}
.table th{
    font-size:14px;
    font-weight:500;
    color:#FFF;
}
.table tr{
    font-size:13.4px;
    color:#000;
    font-weight:500;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #5a1a51 !important;
    border: none !important;
    border-radius: 4px;
    margin: 0 2px;
    color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #7e2c73 !important;
}
.dataTables_filter input {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px;
}
.Referanslarimiz{
    margin-top:50px;
}
.Referanslarimiz h3{
    font-size:24.5px;
    font-weight:500;
    margin-bottom:10px;
    color:#000;
}
.Referanslarimiz p{
    font-size:13.4px;
    font-weight:400;
    line-height:24px;
    color:#000;
}
.iletisimbox i{
    color:#5a1a51;
}
.iletisimbox span{
    margin-right:12px;
}
.iletisimbox h5{
    color:#000;
    font-size:16.5px;
    font-weight:500;
    margin-bottom:20px;
}
.iletisimbox{
    padding:15px;
    background-color:#FAFAFA;
    border-radius:5px;
    height:420px;
    border:1px solid #D9D9D9;
}
.Iletisim{
    margin-top:50px;
}
.Iletisim h3{
    font-size:24.5px;
    font-weight:500;
    margin-bottom:10px;
    color:#000;
}
.Iletisim p{
    font-size:13.4px;
    font-weight:400;
    line-height:24px;
    color:#000;
}
.iletisimbox a{
    color:#000;
    font-size:13.5px;
    font-weight:500;
    display:block;
    margin-bottom:13px;
}
.iletisimbox iframe{
    border-radius:5px;
    width:100%;
    height:250px;
    border:none !important;
}
.modal-body input{
    width:100%;
    height:40px;
    padding:5px;
    color:#000;
    font-size:13.2px;
    font-weight:500;
    border:1px solid #D9D9D9;
    border-radius:0px;
    background-color:transparent;
}
.modal-body textarea{
    width:100%;
    height:120px;
    padding:5px;
    color:#000;
    font-size:13.2px;
    font-weight:500;
    border:1px solid #D9D9D9;
    border-radius:0px;
    background-color:transparent;
}
.modal-body button{
    font-size:13.4px;
    width:100%;
    height:40px;
    color:#FFF;
    font-weight:500;
    border:none;
    background-color:#5a1a51;
    text-align:center;
}
.modal-body img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:7px;
}
.modal-body h5{
    margin-top:4px;
    font-size:13px;
    color:#000;
    font-weight:500;
    margin-bottom:10px;
}
.modal-body h3{
    margin-top:13px;
    font-size:18.5px;
    font-weight:600;
    margin-bottom:10px;
    color:#000;
}
.minwidth{
    min-width:1200px !important;
}
.modal-body p{
    font-size:13.4px;
    font-weight:400;
    line-height:24px;
    color:#000;
}
.nav-tabs{
    text-align:center;
    margin:Auto !important;
    border:none !important;
    margin-bottom:25px !important;
}
.nav-tabs {
    display: inline-block !important;
    float: none !important;
}
.nav-tabs > li {
    display: inline-block;
    float: none;
}
.nav-tabs-wrapper {
    text-align: center;
}
.nav-tabs a{
    margin-bottom:10px;
    display:inline-block;
    padding-left:30px;
    padding-right:30px;
    font-size:13.2px;
    color:#000;
    font-weight:500;
    line-height:40px;
    background-color:#FAFAFA;
    border:1px solid #D9D9D9;
    margin-right:10px;
    border-radius:5px;
}
.nav-tabs .active{
    background-color:#5a1a51;
    color:#FFF;
}
.martop{
    margin-top:30px;
}
@media screen and (max-width: 1400px) {
    .bin{
        width:92%;
    }
    .minwidth{
        min-width:1000px !important;
    }
}
@media screen and (max-width: 1190px) {
    .menusec a {
        font-size: 13.2px;
        font-weight: 600;
        color: #FFF;
        text-decoration: none;
        margin-right:10px;
        white-space: nowrap;
        transition: color 0.3s;
    }
    .flags{
        margin-right:0px !important;
    }
    .rightsec button {
        background-color: #5A1A51;
        color: #FFF;
        height: 80px;
        border: none;
        font-weight: 600;
        font-size: 13.2px;
        width: 100px;
        cursor: pointer;
        margin-left: 0px;
    }
}
@media screen and (max-width: 1090px) {
    .minwidth{
        min-width:80% !important;
    }
    .menusec a {
        font-size: 13.2px;
        font-weight: 600;
        color: #FFF;
        text-decoration: none;
        margin-right:14px;
        white-space: nowrap;
        transition: color 0.3s;
    }
    .flags{
        margin-right:0px !important;
    }
    .rightsec button {
        background-color: #5A1A51;
        color: #FFF;
        height: 80px;
        border: none;
        font-weight: 600;
        font-size: 13.2px;
        width: 100px;
        cursor: pointer;
        margin-left: 0px;
    }
    .logosec{
        margin-left:15px;
    }
    .logosec img{
        height: 50px;
        width:100px;
        height:auto;
        object-fit:contain;
    }
}
@media screen and (max-width: 992px){
    .iletisimbox{
        padding:15px;
        background-color:#FAFAFA;
        border-radius:5px;
        height:450px;
        border:1px solid #D9D9D9;
    }
    .Hizmetlerimiz img{
        width:100%;
        height:auto;
        min-height:50vh;
        object-fit:cover;
    }
    .disnon992{
        display:none !important;
    }
    .block992{
        display:block !important;
    }
    .footer3 a{
        margin-right:13px;
        font-size:13.4px;
        font-weight:600;
        margin-top:20px;
        margin-bottom:20px;
        display:inline-block;
        font-weight:13.5px;
        font-weight:500;
        color:#000;
    }
    .footer4 img{
        width:160px;
        height:auto;
        object-fit:contain;
    }
    .footer4 h3{
        font-size:16.5px;
        font-weight:600;
        margin-bottom:12px;
        color:#333;
    }
    .footer4 p{
        font-size:13.2px;
        font-weight:400;
        line-height:30px;
        color:#1C1C1C;
        margin-bottom:10px;
    }
    .logosec{
        margin-left:20px;
    }
    .Slider .slioverlay{
        position:absolute !important;
        left:5%;
        right:5%;
        top:30%;
        z-index:99;
    }
    .Slider .slioverlay p{
        font-size:13.5px;
        font-weight:500;
        line-height:25px;
        width:80%;
    }
    .Slider .slioverlay a{
        font-weight:500;
        display:inline-block;
        width:auto;
        padding-left:35px;
        padding-right:35px;
        padding-top:13px;
        font-weight:500;
        font-size:13.2px;
        transition:0.3s ease-in;
        padding-bottom:13px;
    }
    .Slider .slioverlay h3{
        font-size:40px;
        font-weight:600;
        width:80%;
        margin-bottom:12px;
    }
    .menusec a {
        display:none !important;
    }
    .rightsec button {
        background-color: #5A1A51;
        color: #FFF;
        height: 80px;
        border: none;
        font-weight: 600;
        font-size: 13.2px;
        width: 100px;
        cursor: pointer;
        margin-left: 0px;
    }
}
@media screen and (max-width: 767px) {
    .disnon767{
        display:none !important;
    }
    .filter button{
        width:100%;
        height:44px;
        font-size:13px;
        font-weight:500;
        margin-top:10px;
        border:none;
        color:#FFF;
        background-color:#5A1A51;
        text-align:center;
    }
    .iletisimbox{
        padding:15px;
        background-color:#FAFAFA;
        border-radius:5px;
        height:auto;
        border:1px solid #D9D9D9;
    }
    .hizmetustgorseloverlay h1 {
        color: #FFF;
        font-size: 35px;
        font-weight: 600;
        line-height: 45px;
        margin: 0;
    }
    .footer3{
        padding-top:15px;
        padding-bottom:15px;
    }
    .footer3 a{
        margin-right:10px;
        font-size:13px;
        font-weight:500;
        margin-top:6px;
        margin-bottom:6px;
        display:inline-block;
        font-weight:500;
        color:#000;
        background-color:#FFF;
        border:1px solid rgba(28,28,28,0.1);
        line-height:45px;
        padding-left:25px;
        padding-right:25px;
        border-radius:5px;
    }
    .footer4 img{
        margin-bottom:15px;
    }
    .footer4 h3{
        display:none !important;
    }
    .Galeri img{
        width:100%;
        height:250px;
        object-fit:cover;
        transition:0.3s ease-in;
    }
    .anahaktexts{
        padding:35px;
    }
    .anahizbox{
        border-bottom:1px solid #D9D9D9;
    }
}
@media screen and (max-width: 576px) {
    .blog-banner {
        background-color: #000;
        color: white;;
        text-align: left;
        display: flex;
        padding-left:0px;
    }
    .blog-logo {
        max-width: 80px;
        height: auto;
        object-fit:contain !important;
        margin-right: 20px;
    }
    .blog-text h1 {
        font-size: 23px;
        margin: 0;
        color:#FFF;
        line-height:45px;
        font-weight: 600;
    }
    .blog-text span {
        font-size: 14px;
        font-weight:500;
        display: block;
    }
    .Breadcrumb{
        margin-top:80px !important;
        padding-top:40px;
        padding-bottom:40px;
        background-color:#000;
    }
    .Breadcrumb h3{
        color:#FFF;
        font-size:19px;
        font-weight:500;
    }
    .buyukfoto{
        display:none !important;
    }
    .kucukfoto{
        display:block !important;
    }
    .hizmetustgorseloverlay h1 {
        color: #FFF;
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
        margin: 0;
    }
    .altbolumoverlay{
        position:absolute;
        left:20px;
        top:40px;
        right:20px;
        bottom:20px;
        height:450px;
        width:350px;
        padding:20px;
        background-color:#FFF;
        background-color: rgba(255, 255, 255, 0.4); 
        backdrop-filter: blur(5px);                
        border-radius:5px;
        -webkit-backdrop-filter: blur(10px);   
        border-radius: 0px;                       
    }
    .altbolumoverlay h3{
        font-size:30px;
        margin-bottom:15px;
        font-weight:600;
        line-height:35px;
    }
    .altbolumoverlay p{
        color:#000;
        font-size:13.5px;
        font-weight:500;
        line-height:24px;
    }
    .altbolumoverlay button{
        background-color: #5A1A51;
        color: #FFF;
        height: 40px;
        border: none;
        font-weight: 600;
        font-size: 13.2px;
        width: 170px;
        cursor: pointer;
    }
    .Team p{
        font-size:12.4px;
        color:#5A1A51 !important;
        font-weight:500;
    }
    .Team h5{
        color:#000;
        font-size:14px;
        font-weight:500;
        margin-top:12px;
    }
    .Team{
        margin-top:40px;
    }
    .img-wrapper {
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .img-wrapper img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: transform 0.3s ease;
        display: block;
        filter: grayscale(100%);
        transition: transform 0.3s ease, filter 0.3s ease;
    }
    .Galeri img{
        width:100%;
        height:auto;
        object-fit:cover;
        transition:0.3s ease-in;
    }
    .Slider .slioverlay p{
        font-size:13.2px;
        font-weight:500;
        line-height:25px;
        width:100%;
    }
    .Slider .slioverlay h3{
        font-size:35px;
        font-weight:600;
        width:100%;
        margin-bottom:12px;
    }
    .rightsec button {
        background-color: #5A1A51;
        color: #FFF;
        height: 80px;
        border: none;
        font-weight: 600;
        font-size: 13.2px;
        width: 75px;
        cursor: pointer;
        margin-left: 0px;
    }
    .logosec{
        margin-left:10px;
    }
    .flags {
        margin-right: 10px;
    }
    .flags a{
        margin-right:5px !important;
    }
    .flags img{
        width:22px;
        height:22px;
        object-fit:cover;
        border-radius:50% !important;
    }
    .logosec img{
        height: 50px;
        width:120px;
        height:auto;
        object-fit:contain;
    }
}