﻿body {
    font-family: 'Rajdhani', sans-serif;
    background-color: #fafaff;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #05323d #ffffff;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 13px;
    }

    *::-webkit-scrollbar-track {
        background: #ffffff;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #05323d;
        border-radius: 7px;
        border: 3px solid #ffffff;
    }

.cell {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}


.whatsAppFloat {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 45px;
    z-index: 800;
    color: white;
}

    .whatsAppFloat:hover {
        color: white;
        text-decoration: none;
    }

.my-float {
    margin-top: 7px;
}




.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%;
    }
}

.svgDivFooter {
    background-color: white;
    width: 100%;
}

.svgAralikFooter {
    position: relative;
    bottom: -7px;
}

.footer {
    background-color: #2f3047;
    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;

}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}


.contentIcerik {
    margin-top: 100px;
    font-size: 18px;
    min-height: 328px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.3px;
}

.headerSection {
    background-color: #2f3047;
    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: #2f3047;
    padding: 20px;
    transition: 1s ease;
}


@media only screen and (max-width: 992px) {
    .leftBox {
        display:none;
        position:fixed;
        z-index:20000;
        top:0px !important;
        left:0px !important;
        width:100%;
        height:100%;
        overflow-y:scroll;
        padding-bottom:20px;
    }
}
    @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: 75%;
                left: 12.5%;
                bottom: 14%;
                font-size: 17px;
                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: 2px;
            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: #2f3047 !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);
    padding-bottom: 15px;
    background-color: #fafaff;
}


    .fleft {
        float: left;
    }

    .fright {
        float: right;
    }

    .clear {
        clear: both;
    }
