.cs-hero.cs-style1{
    padding: 0!important;
    display: block;
}

.cs-hero.cs-style1 .cs-hero_text{
    position: absolute;
    top: 20%;
}

.cs-hero.cs-style1 .cs-hero_img{
    top: 40%;
}

.slider_fnp {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden; /* İçerik taşmasını engeller */
}

#fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; /* Video oranına bağlı olarak ayarlanır */
    z-index: 1;
}

.cs-image_box.cs-style1{
    padding: 0;
}

.cs-image_box.cs-style1{
    border:none;
}

.cs-image_box.cs-style1::before{
    display: none;
}

.cs-site_branding img{
    height: 35px;
}

.cs-site_header.cs-style1 .cs-icon_btn{
    display: none;
}

.cs-nav .cs-nav_list > li{
    margin-right: 2rem;
}

.cs-btn span{
    margin-left: 10px;
}

.cs-dark .cs-hide_dark,.cs-dark .cs-hide_white{
    height: 35px;
}

.cs-dark{
    background: #191a21;
}

.cs-main_header{
    background: rgba(25, 26, 33, 0.41);
}

.cs-site_header.cs-style1.cs-sticky-active{
    background: #191a21!important;
}

.cs-dark .cs-cta.cs-style1{
    background-image: linear-gradient(to left bottom, rgba(3, 91, 147, 0.1), rgba(40, 99, 147, 0.12), rgba(61, 107, 147, 0.09), rgba(79, 115, 147, 0.06), #5f7b93);
}

.cs-style2 .cs-card_in {
background-image: linear-gradient(to left bottom, rgb(3 91 147 / 0%), rgb(40 99 147 / 0%), rgb(61 107 147 / 4%), rgb(79 115 147 /0%),#5f7b930a) ;
min-height: 300px;
}

.cs-social_btns .cs-light_bg{
    background-image: linear-gradient(to left bottom, rgba(3, 91, 147, 0.22), rgba(40, 99, 147, 0.22), rgba(61, 107, 147, 0.16), rgba(79, 115, 147, 0.15), #5f7b93);
}

.cs-accent_btn{
    background-color: #035b93;
    border-color: #035b93;
}

a:hover{
    color: #2fb1ff;
}

.cs-info_box_icon{
    color: #035b93;
}

.cs-dark .cs-accent_bg, .cs-dark .cs-accent_bg_hover:hover{
    background-color: #035b93;
}

.cs-card.cs-style2 .cs-card_number{
    width: 58px;
    height: 58px;
}

.cs-gradient_color{
    background-image: linear-gradient(to left bottom, rgba(3, 91, 147, 0.77), rgba(40, 99, 147, 0.68), rgba(61, 107, 147, 0.83), rgba(79, 115, 147, 0.84), #5f7b93);
}

.cs-seciton_heading.cs-style1 .cs-section_title::before{
    background-image: linear-gradient(to left bottom, rgba(3, 91, 147, 0.82), rgba(40, 99, 147, 0.68), rgba(61, 107, 147, 0.83), rgba(79, 115, 147, 0.84), #5f7b93);
}

.cs-style2 .cs-card_number{
    background: transparent;
}

.cs-dark .cs-form_field_wrap label{
    background-color: transparent;
}

.cs-dark .cs-form_field:focus{
    border-color:#035b93 ;
}

.cs-image_box.cs-style1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-slide .cs-image_box.cs-style1{
    height: 100%;
    max-height: 500px;
}

.cs-accent_seperator_1{
    color: #fff!important;
}

.cs-dark .cs-accent_color, .cs-dark .cs-accent_color_hover:hover{
    color: #126fad;
}

.cs-nav .cs-nav_list > li > a{
    font-family: 'Montserrat', Sans-Serif;
    font-size: 14px!important;
}

.bg-custom{
    background: rgba(3, 91, 147, 0.06);
    padding: 50px;
}

.border-card{
    border: 1px solid #3d3d3d !important;
}

footer li{
    list-style: none!important;
    margin: 0 10px;
}

footer li a{
    text-transform: capitalize;
}

.card-kargo{
    border: none;
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #041218;
    background-image: linear-gradient(to left bottom, rgba(3, 91, 147, 0.15), rgba(40, 99, 147, 0.24), rgba(61, 107, 147, 0.29), rgba(79, 115, 147, 0.47), #5f7b93) !important;
}

.cs-dark .cs-white_bg, .cs-dark .cs-nav .cs-nav_list ul{
    background: #212529;
}

.is-compt{
    display: block;
}

.is-mobile{
    display: none!important;
}

.floating-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 35px;
    right: 35px;
    border-radius: 10px;
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.floating-btn a{
    padding: 30px;
    transition: 0.3s ease-in-out;
}

.floating-btn a:hover{
    background: transparent!important;
}



@media screen and (max-width: 768px ){
    .card{
        width: 100%;
    }

    .slider_fnp{
        height: 200px;
        width: 100vw;
    }

    .cs-hero.cs-style1{
        max-height: 100%;
        min-height: 250px;
    }

    .cs-footer .cs-height_45 .cs-center {
        padding-left: 0!important;
        flex-wrap: wrap;
    }

    .pl-0{
        padding: 0!important;
    }

    .cs-dark .cs-nav .cs-nav_list{
        background: #212529;
    }

    .bg-custom{
        padding: 50px 0;
    }

    .mobile-mb-5{
        margin-bottom: 1.75rem;
    }

    .cs-dark .cs-hide_dark, .cs-dark .cs-hide_white{
        height: 30px;
    }

    .is-compt{
        display: none!important;
    }

    .is-mobile{
        display: block!important;
    }

    .cs-hero.cs-style1.is-mobile{
        padding: 80px 0 0 0!important;
    }

    .cs-section_subtitle{
        text-align: center;
    }

    .card-mobile-d-none{
        display: none!important;
    }

    .floating-btn{
        display: none;
    }
}

.mr-5{
    margin-right: 1.75rem;
    font-size: 1.5rem;
}

.cs-accordian.cs-light_bg{
    background-image: linear-gradient(to left bottom, rgb(3 91 147 / 0%), rgb(40 99 147 / 0%), rgb(61 107 147 / 4%), rgb(79 115 147 /0%),#5f7b930a);
}


.bg-card{
    background: gainsboro;
}

.siparisAdeti button {
    padding: 2px 10px;
    font-size: 16px;
    cursor: pointer;
}

.siparisAdeti input {
    width: 50px;
    text-align: center;
}

#decrease-btn, #increase-btn{
    outline: none;
    appearance: none;
    background: transparent;
}

.mr-3{
    margin-right: 3rem ;
}

.cs-modal_container{
    max-width: 800px!important;
}

