﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600&display=swap');


/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-item {
    margin-right: 25px;
    height: 30px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
}

.footer {
    bottom: 0;
    width: 100%;
}

    .footer a {
        color: #343a40;
    }

        .footer a:hover,
        a:focus {
            text-decoration: none;
            color: #343a40;
            font-weight: bold;
        }

    .footer ul {
        padding-left: 20px;
    }

    .footer .divLine {
        height: 2px;
        width: 130px;
        background-color: #55c4ed;
        margin-top: 10px;
        margin-bottom: 10px
    }

.divLine {
    height: 2px;
    width: 80px;
    background-color: #55c4ed;
    margin-top: 10px;
    margin-bottom: 10px;
}


.h2, h2 {
    font-size: 1.5rem;
}

/*--------Butonlar----------*/
.btn {
    border-radius: 20px;
    padding: 8px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.btnRoDark {
    background-color: #174777;
    color: #fff;
}

    .btnRoDark:hover,
    .btnRoDark:focus {
        background-color: #fff;
        color: #174777 !important;
        border-color: #174777
    }

.btnRoLight {
    background-color: #fff;
    color: #343a40 !important;
    border-color: #174777
}

    .btnRoLight:hover,
    .btnRoLight:focus {
        background-color: #174777;
        color: #fff !important;
        border-color: #fff
    }

/*--------Menü----------*/
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
        text-decoration: none;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:active {
    border-width: 0px !important;
    outline: none;
}

.menudd {
    top: 55px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
    border-bottom: 2px solid #174777;
    border-top-width: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    min-width: 16rem !important;
}

    .menudd a {
        color: #000;
        text-decoration: none;
    }


.bannerImg {
    width: 65%;
    position: absolute;
    right: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

/*--------Hizmetler----------*/
/*service*/
#service i {
    font-size: 45px;
}

/*serviceBlock*/
.serviceBlock {
    border: 1px solid #55c4edbf;
    border-radius: 10px;
    background-color: #fff;
}

.serviceBlock:hover {
    border-color: #24a4d3 !important;
}

.serviceBlock p {
    min-height: 72px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

.serviceBlock .iBtn {
    position: absolute;
    top: 40px;
    right: 75px;
    font-size: 35px;
    color: #174777;
    opacity: 0;
}

.serviceBlock:hover .iBtn {
    animation-name: showing;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}


@keyframes showing {
    0% {
        opacity: 0;
        right: 65px;
    }

    100% {
        opacity: 1;
        right: 55px;
    }
}
