﻿body {
    font-family: 'Rajdhani', sans-serif;
    background-image: url("../img/bg.jpg");
    background-repeat: repeat-y;
}

.cell {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}


.loader.yuklendi {
    display: none;
}

.loader {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    text-align: center;
}

    .loader .loader_content img {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

@media(max-width:767px) {
    .loader .loader_content img {
        width: 50%;
    }
}

@media(min-width:1200px) {
    .loader .loader_content img {
        width: 20%;
    }
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #FAFAFA;
}

::-webkit-scrollbar-thumb {
    background: #c00a27;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #e31444;
    }

.svgDivFooter {
    background-color: white;
    width: 100%;
}

.svgAralikFooter {
    position: relative;
    bottom: -7px;
}

.footer {
    background-color: #881818;
    color: white;
   
}

.hizmetBaslik {
    font-style: normal;
    border: 1px solid #c5e0f8;
    border-radius: 10px;
    padding: 18px 30px;
    font-size: 16px;
    transition: 1s ease;
    cursor: pointer;
    margin-bottom:10px;
}

.ulText {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.ulText li {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom:10px;
}

    .ulText li:before {
        content: ".";
        padding-right: 5px;
    }





.hizmetBaslikYesil {
    background-color: #00d664;
    color: white;
    border-radius: 10px;
}


.hizmetlerBoxDetay {
    font-style: normal;
    font-size: 15px;
    padding: 22px 30px 32px;
    -webkit-box-shadow: 3px 0px 15px 0px rgba(204,204,204,1);
    -moz-box-shadow: 3px 0px 15px 0px rgba(204,204,204,1);
    box-shadow: 3px 0px 15px 0px rgba(204,204,204,1);
    border-radius: 10px;
    margin-bottom: 15px;
    background-image: url('../img/isolation.jpg');
    background-repeat: no-repeat;
    background-position: right center;

}

.contentIcerik {
    margin-top: 100px;
    font-size: 18px;
    font-style: italic;
    min-height: 328px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.3px;
}

.headerSection {
    background-image: url("../img/content_bg.jpg");
    background-size: cover;
    background-position: center center;
    height: 300px;
    position: relative;
    top: 75px;
}

.headerSection div {
    position: absolute;
    width: 45%;
    bottom: 20%;
    background: #fff;
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    color: #c81d2d;
    padding: 20px;
    transition: 1s ease;
}

@media only screen and (max-width: 768px) {

    .baslikLine {
        position: absolute;
        top: 285px;
        width: 95%;
        height: 20px;
        background-color: red;
    }


    .headerSection {
    
        height:220px;
       
    }
        .headerSection div {
        width: 70%;
        left:15%;
        bottom:32%;
        text-align:center;
    }
}

.navbar-toggler {
    cursor: pointer;
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 99999;
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    margin-top: 5px;
    outline: 0;
}

    .navbar-toggler > .icon {
        position: relative;
        display: block;
        height: 1px;
        width: 29px;
        margin: 7px 0;
        background: black;
        opacity: 1;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
        -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
        -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
        transition: all .3s cubic-bezier(.25,.8,.25,1);
    }


    .navbar-toggler.collapsed .icon:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
    }


    .navbar-toggler .icon:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }


    .navbar-toggler.collapsed .icon:nth-of-type(1), .navbar-toggler.collapsed .icon:nth-of-type(3) {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-toggler .icon:nth-of-type(1) {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -moz-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        -o-transform-origin: 10% 10%;
        -webkit-transform-origin: 10% 10%;
        transform-origin: 10% 10%;
    }

    .navbar-toggler .icon:nth-of-type(3) {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        -o-transform-origin: 10% 90%;
        -webkit-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #881818 !important;
    color: white !important;
}

.dropdown-menu {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar {
    background-color: transparent !important;
    border: none !important;
}

.navbar-nav > li > a {
    color: black !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.dropdown-menu > li > a {
    font-size: 18px !important;
    font-weight: bold !important;
}

.header {
    position:fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .3);
    -moz-box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .3);
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .3);
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}


.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}
