* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-1: #179AAB;
    --color-1-light: #5bdeef;
    --color-1-hover: #067584;
    --color-2: #1E325C;
    --color-2-light: #535668;
    --color-2-op: #1E325C88;
    --color-dark-gra: rgba(17,29,53,.8)
}

html {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
}

body {
    font-family: 'Raleway', sans-serif;
}

::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-thumb {
    background: var(--color-1-hover);
}

.cc-number-input {
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

header {
    background-size: cover;
    background-position: center;
}

p {
    font-weight: 500;
}

ul {
    list-style: none;
}

.container {
    min-width: 1373px !important;
}

a:hover {
    text-decoration: none;
}


.fixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 3;
    transition: all .3s;
}

.sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 3;
    border-bottom: 1px solid #ddd;
    box-shadow: 2px 2px 10px rgba(0,0,0,.15);
}

    .sticky .navbar-brand img {
        height: 50px;
        margin-top: 15px;
        padding-bottom: 10px;
        margin-right: 30px;
        animation: logo-smaller .3s;
    }

    .sticky .nav-link {
        border-bottom: 3px solid transparent;
        color: var(--color-2);
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 6.6rem;
        transition: all .3s;
        padding: 0 5px !important;
        letter-spacing: .5px;
    }

@keyframes logo-bigger {
    0% {
        height: 50px;
    }

    100% {
        height: 80px;
    }
}

@keyframes logo-smaller {
    0% {
        height: 80px;
    }

    100% {
        height: 50px;
    }
}

.navbar-brand {
    padding-right: 20px;
}

.fixed .navbar-brand img {
    height: 80px;
    margin-top: 15px;
    padding-bottom: 10px;
    margin-right: 30px;
}



.navbar {
    padding: 0;
}

.nav-item {
    margin-right: 40px;
}

.nav-link {
    border-bottom: 3px solid transparent;
    color: var(--color-2);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 9.2rem;
    transition: all .3s;
    padding: 0 5px !important;
    letter-spacing: .5px;
}

.social {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.nav-link:hover {
    border-bottom: 3px solid var(--color-1);
    color: var(--color-1);
}

.nav-link.active {
    color: var(--color-1);
    border-bottom: 3px solid var(--color-1);
}


.borc-sorgu {
    display: block;
    position: absolute;
    padding: 1rem 2.4rem;
    background-color: var(--color-2);
    color: white;
    font-size: 1.4rem;
    font-weight: 800;
    border-radius: 40px;
    border: 2px solid transparent;
    transition: all .4s;
    text-align: right;
    right: 0;
    top: 25px
}

.sticky .borc-sorgu {
    top: 15px;
}

.borc-sorgu:hover {
    background-color: white;
    color: var(--color-1);
    font-weight: 800;
    border: 2px solid var(--color-2);
}



.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
    border: none;
    padding: 0;
    position: fixed;
    z-index: 2;
    top: 25px;
    right: 30px;
}


.mobil-menu-text {
    margin-right: 2rem;
    font-size: 1.6rem;
    color: var(--color-2);
    font-weight: 600;
}

.line {
    height: 3px;
    width: 20px;
    background-color: var(--color-1);
    margin-bottom: 4px;
}

.close-menu {
    position: absolute;
    top: 40%;
    padding: 15px 12px;
    background-color: var(--color-1);
    right: -20px;
    z-index: 2000;
    display: none;
    cursor: pointer;
    box-shadow: 1px 1px 2px var(--color-2);
}

    .close-menu i {
        font-size: 1.8rem;
        color: #ddddf2;
        text-shadow: 1px 0 2px var(--color-2);
    }



.hide {
    display: none;
}

.hero {
    background: rgb(23,154,171);
    background: url('../img/img-3.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
}

.hero-social {
    position: absolute;
    width: 300px;
    height: auto;
    right: 0;
    top: 140px;
    transform: translate(0,-50%);
    padding-right: 30px;
}

    .hero-social ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }

    .hero-social a {
        display: block;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .hero-social i {
        font-size: 2.1rem;
        color: var(--color-1);
        transition: color .3s;
    }

    .hero-social a:hover i {
        color: white;
    }

    .hero-social a:hover {
        text-decoration: none;
    }

.hero-text {
    width: 100%;
}

    .hero-text h2 {
        font-size: 3.6rem;
        color: var(--color-1);
        font-weight: 600;
        letter-spacing: 1px;
        text-align: left;
        margin-top: 40vh;
    }

    .hero-text h3 {
        font-size: 3.6rem;
        color: var(--color-1);
        font-weight: 600;
        letter-spacing: 1px;
        text-align: left;
        margin-top: 30vh;
    }

    .hero-text p {
        font-size: 1.8rem;
        color: var(--color-2-light);
        letter-spacing: 1px;
        margin-top: 3rem;
        line-height: 3.2rem;
        font-weight: 500;
        text-align: justify;
    }




.divider {
    height: 3px;
    width: 150px;
    background-color: var(--color-1);
    margin: 40px 0;
}


.avantaj-content {
    margin: 50px 0;
}

.avantaj-image-wrapper {
    width: 600px;
    height: 600px;
    background-color: var(--color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: -120px;
    float: left;
}

.fl-right {
    float: right;
}

.avantaj-image-1 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/avantaj3.jpg');
    width: 570px;
    height: 570px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.avantaj-image-2 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/avantaj4.jpg');
    width: 570px;
    height: 570px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.mt-avantaj {
    margin-top: -20px;
}

.avantaj-wrapper {
    margin: 50px 0;
}

.avantaj h3 {
    font-size: 3.2rem;
    color: var(--color-1);
    font-weight: 600;
}

.avantaj p {
    font-size: 1.6rem;
    letter-spacing: .8px;
    color: var(--color-2);
    line-height: 2.8rem;
    font-weight: 500;
    margin-top: 30px;
    text-align: justify;
}

.avantaj i {
    color: var(--color-1);
    font-size: 1.2rem;
    margin-right: 10px;
}

.avantaj ul {
    list-style-type: none;
}

.avantaj li {
    font-size: 1.6rem;
    line-height: 3rem;
    color: var(--color-2);
    letter-spacing: .5px;
}

.home-contact {
    margin-top: 100px;
    width: 100%;
    height: 400px;
    background: url('../img/img-5.jpg');
    display: flex;
    align-items: center;
}

    .home-contact h3 {
        font-size: 3.6rem;
        color: var(--color-1);
        font-weight: 700;
    }

    .home-contact a {
        display: inline-block;
        text-align: right;
        padding: 20px 35px;
        background-color: var(--color-1);
        font-size: 2.1rem;
        line-height: 2.1rem;
        color: white;
        font-weight: 700;
        box-shadow: 10px 10px 3px black;
        border-radius: 2px;
        transition: background-color .3s;
        margin-top: 10px;
    }

        .home-contact a:hover {
            text-decoration: none;
            background-color: #067584;
        }

footer {
    height: 400px;
    width: 100%;
    background-color: var(--color-2);
}

    footer .container {
        min-width: 1373px !important;
    }

.footer-contact {
    height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-logo {
    width: 140px;
    padding-bottom: 20px;
}

    .footer-logo img {
        width: 100%;
    }

.footer-contact li {
    font-size: 1.5rem;
    color: white;
    font-weight: 500;
    margin-top: .8rem;
}


.footer-contact i {
    color: var(--color-1);
    font-size: 2.4rem;
    margin-right: 3rem;
}

.footer-contact li:nth-child(3) i {
    margin-right: 2rem;
}

.footer-right {
    display: flex;
    height: 400px;
    flex-direction: column;
    justify-content: space-around;
}

.footer-navbar-nav {
    display: flex;
    margin-top: 10rem;
    justify-content: space-between;
}



.footer-nav-link {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    border-bottom: 3px solid transparent;
    padding: 2rem .5rem;
    transition: all .3s;
}

    .footer-nav-link.active {
        color: var(--color-1);
        text-decoration: none;
        border-bottom: 3px solid var(--color-1);
    }

    .footer-nav-link:hover {
        color: var(--color-1);
        text-decoration: none;
        border-bottom: 3px solid var(--color-1);
    }

.footer-social ul {
    display: flex;
    justify-content: flex-end;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    color: white;
    border: 2px solid var(--color-1);
    border-radius: 50%;
    transition: background-color .3s;
}

.footer-social i {
    font-size: 2rem;
    transition: color .3s;
}

.footer-social a:hover {
    text-decoration: none;
    background-color: white;
}

    .footer-social a:hover i {
        color: var(--color-1);
    }


@media screen and (max-width:1500px) {
    .container {
        min-width: auto !important;
    }


    .hero-text h2 {
        margin-top: 35vh;
    }

    .avantaj-image-wrapper {
        width: 530px;
        height: 530px;
        margin-top: -90px;
    }

    .avantaj-image-1 {
        width: 500px;
        height: 500px;
    }

    .avantaj-image-2 {
        width: 500px;
        height: 500px;
    }

    .mt-avantaj {
        margin-top: 50px;
    }

    footer .container {
        min-width: 95% !important;
    }

    .nav-item {
        margin-right: 20px;
    }
}


@media screen and (max-width:1200px) {
    .container {
        min-width: auto;
    }


    header .container {
        min-width: 98%;
    }

    .navbar-brand {
        padding-right: 0;
        margin-right: 0;
    }

    .nav-item {
        margin-right: 14px;
    }

    .nav-link {
        font-size: 1.4rem;
    }

    .hero-text h2 {
        font-size: 3.2rem;
        color: var(--color-1);
        margin-top: 240px;
    }


    .divider {
        margin: 30px auto 40px auto;
    }

    .avantaj-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .avantaj-image-wrapper {
        width: 430px;
        height: 430px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .avantaj-image-1 {
        width: 400px;
        height: 400px;
    }

    .avantaj-image-2 {
        width: 400px;
        height: 400px;
    }

    .fixed .borc-sorgu {
        right: -30px;
    }

    .navbar-brand img {
        margin-right: 10px !important;
    }

    .nav-item {
        margin-right: 4px;
    }

    .borc-sorgu {
        padding: 1rem 1.3rem;
    }
}

@media screen and (max-width:992px) {
    .borc-sorgu {
        top: 10px;
        margin-right: 6%;
    }

    .fixed .borc-sorgu {
        top: 28px;
        margin-right: 10%;
    }

    .navbar-brand img {
        margin-top: 10px;
        margin-left: 20px
    }

    .nav-link.active {
        border-bottom: none;
    }

    .nav-link:hover {
        border-bottom: none;
    }

    .nav-link {
        border-bottom: none;
        line-height: 32px;
    }

    .sticky .nav-link {
        border-bottom: none;
        line-height: 32px;
    }

    .navbar-collapse {
        transform: translateX(-130%);
        transition: all .5s;
        width: 30%;
        min-width: 250px;
        height: 100vh;
        z-index: 2;
        position: fixed;
        top: 0;
        left: 0;
        border-right: 2px solid var(--color-2-op);
        background-color: #ffffffff;
    }

        .navbar-collapse.active {
            transform: translateX(0);
            left: 0;
        }

    header .container {
        margin: 0 auto;
        padding: 0;
    }

    header .navbar {
        margin: 0 auto;
        padding: 0;
    }

    .nav-item {
        margin-left: 20px;
    }

        .nav-item:first-child {
            margin-top: 100px;
        }

    .close-menu {
        display: block;
    }

    .hero {
        background: url('../img/img-3_992.jpg');
        background-position: right 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero-social {
        display: none;
    }

    .hero-text {
        padding: 0;
    }

        .hero-text h2 {
            text-align: center;
            margin-top: 40vh;
        }

        .hero-text p {
            text-align: center;
            padding: 0 30px;
            width: 550px;
            margin: 0 auto;
            color: white;
        }

    .avantaj-image-wrapper {
        display: none
    }

    .home-contact {
        margin-top: 50px;
    }

    footer {
        height: auto;
    }

    .footer-contact {
        height: auto;
        display: block;
        margin: 50px auto;
        width: auto;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }


    .footer-right {
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: space-around;
    }

    .footer-navbar-nav {
        display: none;
    }


    .footer-social ul {
        justify-content: center;
        margin-bottom: 30px;
    }

    .navbar-toggler {
        top: 39px;
    }

        .navbar-toggler:hover {
            top: 39px;
        }

    .sticky .navbar-toggler {
        top: 28px;
    }
}

@media (max-width:768px) {

    .borc-sorgu {
        top: 10px;
        margin-right: 10%;
    }

    .fixed .borc-sorgu {
        top: 25px;
        margin-right: 15%;
    }

    .hero-text p {
        width: 100%;
    }

    .hero {
        background-position: center bottom;
    }

    .home-contact {
        margin-top: 0;
        display: flex;
        justify-content: center;
    }

        .home-contact a {
            display: block;
            width: 170px;
            margin: 20px auto;
            text-align: center;
            padding: 18px 0;
        }

        .home-contact h3 {
            text-align: center;
        }

        .home-contact h3 {
            font-size: 2.8rem;
        }

        .home-contact a {
            font-size: 1.8rem;
            padding: 1rem 2rem;
            width: 160px;
        }
}

@media (max-width:576px) {

    .navbar-brand img {
        width: 120px;
        margin-left: 0;
    }

    .borc-sorgu {
        margin-top: 4px;
        margin-right: 15%;
        font-size: 1.4rem;
        padding: .6rem 1rem;
    }

    .navbar-toggler {
        top: 44px;
    }

    .sticky .navbar-toggler {
        top: 27px;
    }

    .fixed .borc-sorgu {
        margin-top: 10px;
        margin-right: 22%;
    }

    .hero-text p {
        padding: 0 50px;
        font-size: 1.4rem;
    }

    .hero {
        background-position: center bottom;
    }

    .footer-contact {
        padding: 0 30px;
    }

    .fixed .navbar-toggler:hover {
        top: 44px
    }
}

@media (max-height:500px) {
    .hero-text h2 {
        margin-top: 28vh;
    }

    .hero-text p {
        margin-top: 10px;
        font-size: 1.4rem;
    }

    .sticky .navbar-brand img {
        height: 50px;
        animation: none;
    }

    .fixed .navbar-brand img {
        height: 50px;
        animation: none;
    }

    .hero {
        background-position: center 93%;
    }

    .navbar-toggler {
        top: 28px;
    }

    .sticky .navbar-toggler {
        top: 28px;
    }

    .navbar-toggler:hover {
        top: 28px;
    }

    .sticky .navbar-toggler:hover {
        top: 28px;
    }

    .fixed .navbar-toggler:hover {
        top: 28px !important;
    }

    .fixed .borc-sorgu {
        top: 15px;
        margin-right: 50px;
    }

    .sticky .borc-sorgu {
        top: 15px;
        margin-right: 20px;
    }

    .borc-sorgu-form {
        margin-top: 50px !important;
    }
}


@media (max-height:500px) and (min-width:992px) {
    .fixed .borc-sorgu {
        top: 25px;
    }

    .sticky .borc-sorgu {
        top: 15px;
        margin-right: 51px;
    }
}

@media (max-height:500px) and (max-width:992px) {
    .fixed .borc-sorgu {
        top: 15px;
        margin-right: 81px;
    }

    .sticky .borc-sorgu {
        top: 15px;
        margin-right: 51px;
    }
}

@media (max-height:500px) and (max-width:576px) {
    .fixed .borc-sorgu {
        top: 9px;
        margin-right: 81px;
    }

    .sticky .borc-sorgu {
        top: 15px;
        margin-right: 51px;
    }
}

/*About page*/

.hero-about {
    background: rgb(30, 50, 92);
    background: url('../img/img-7.jpg');
    background-position: 80% bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    min-height: 300px;
    width: 100%;
    position: relative;
}

    .hero-about span {
        color: var(--color-2);
        font-size: 3.6rem;
    }

    .hero-about h2 {
        font-size: 2.4rem;
        margin-top: 30vh;
    }

.about-image {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/about4.jpg');
    width: 570px;
    height: 570px;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.logo-bg {
    background: url('../img/logo.svg');
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 180px
}

@media (max-width:1500px) {
    .about-image {
        width: 500px;
        height: 500px;
    }

    .logo-bg {
        margin: 0 120px
    }
}

@media (max-width:1200px) {
    .logo-bg {
        margin: 0 90px;
    }

    .about-image {
        width: 400px;
        height: 400px;
    }
}

@media (max-width:992px) {
    .hero-about {
        background: url('../img/img-7_992.jpg');
        background-position: right 90%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 70vh;
    }

        .hero-about span {
            display: none;
        }

        .hero-about h2 {
            font-size: 3.2rem;
            margin-top: 40vh;
        }

    .logo-bg {
        margin: 20px 250px 0 250px;
        height: 100px;
    }
}

@media (max-width:768px) {
    .hero-about {
        background-position: center 100%;
    }

    .logo-bg {
        margin: 20px 170px 0 170px;
        height: 100px;
    }
}

@media (max-width:576px) {
    .logo-bg {
        margin: 15px 30vw 0 30vw;
    }
}

@media (max-width:360px) {
    .fixed .borc-sorgu {
        margin-right: 80px;
    }
}

/*Degerlerimiz*/

.hero-degerlerimiz {
    background: rgb(30, 50, 92);
    background: url('../img/img-7.jpg');
    background-position: 80% bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    min-height: 300px;
    width: 100%;
    position: relative;
}

    .hero-degerlerimiz h2 {
        font-size: 2.4rem;
        margin-top: 30vh;
    }

    .hero-degerlerimiz span {
        color: var(--color-2);
        font-size: 3.6rem;
    }

.deger-wrapper {
    height: 250px;
    display: flex;
    align-items: center;
}

.deger-image-wrapper {
    width: 180px;
    height: 180px;
    background-color: var(--color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.deger-image-1 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/deger/deger1.jpg');
    width: 170px;
    height: 170px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.deger-image-2 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/deger/deger2.jpg');
    width: 170px;
    height: 170px;
    background-position: center 18%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.deger-image-3 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/deger/deger3.jpg');
    width: 170px;
    height: 170px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.deger-image-4 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/deger/deger4.jpg');
    width: 170px;
    height: 170px;
    background-position: 80% bottom;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.deger-image-5 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/deger/deger5.jpg');
    width: 170px;
    height: 170px;
    background-position: 60% top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.deger-image-6 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/deger/deger6.jpg');
    width: 170px;
    height: 170px;
    background-position: 60% top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.deger-image-7 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/deger/deger7.jpg');
    width: 170px;
    height: 170px;
    background-position: 60% top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.deger-image-8 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/deger/deger8.jpg');
    width: 170px;
    height: 170px;
    background-position: 60% top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.deger-image-9 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/deger/deger9.jpg');
    width: 170px;
    height: 170px;
    background-position: 60% top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.deger-image-10 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/deger/deger10.jpg');
    width: 170px;
    height: 170px;
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.deger-image-11 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/deger/deger11.jpg');
    width: 170px;
    height: 170px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}


@media (max-width:992px) {
    .hero-degerlerimiz {
        background: url('../img/img-7_992.jpg');
        background-position: right 90%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 70vh;
    }

        .hero-degerlerimiz span {
            display: none;
        }

        .hero-degerlerimiz h2 {
            font-size: 3.2rem;
            margin-top: 30vh;
        }



    .deger-image-wrapper {
        width: 130px;
        height: 130px;
    }

    .deger-wrapper p {
        font-size: 1.4rem;
    }

    .deger-image-1 {
        width: 120px;
        height: 120px;
    }

    .deger-image-2 {
        width: 120px;
        height: 120px;
    }

    .deger-image-3 {
        width: 120px;
        height: 120px;
    }

    .deger-image-4 {
        width: 120px;
        height: 120px;
    }

    .deger-image-5 {
        width: 120px;
        height: 120px;
    }

    .deger-image-6 {
        width: 120px;
        height: 120px;
    }

    .deger-image-7 {
        width: 120px;
        height: 120px;
    }

    .deger-image-8 {
        width: 120px;
        height: 120px;
    }

    .deger-image-9 {
        width: 120px;
        height: 120px;
    }

    .deger-image-10 {
        width: 120px;
        height: 120px;
    }

    .deger-image-11 {
        width: 120px;
        height: 120px;
    }
}

@media (max-width:768px) {
    .deger-wrapper {
        height: auto;
        margin-bottom: 20px;
    }

        .deger-wrapper h3 {
            margin-top: 20px;
        }

        .deger-wrapper p {
            margin-top: 10px;
        }
}

@media (max-width:600px) {
    .deger {
        padding: 0 20px;
    }
}

@media (max-height:500px) {
    .hero-degerlerimiz h2 {
        font-size: 3rem;
        margin-top: 25vh;
    }
}

/*falliyet Alanlarımız*/



.faaliyet-image-wrapper {
    width: 570px;
    height: 570px;
    background-color: var(--color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: -140px;
    float: left;
}

.faaliyet-image-wrapper-2 {
    width: 570px;
    height: 570px;
    background-color: var(--color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: -150px;
    float: right;
}

.faaliyet-image-1 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/faliyet/faaliyet1.jpg');
    width: 550px;
    height: 550px;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.faaliyet-image-2 {
    background: rgb(30, 50, 92);
    background: linear-gradient(rgba(30, 50, 92, .4),rgba(30, 50, 92, .4)), url('../img/faliyet/faaliyet2.jpg');
    width: 550px;
    height: 550px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.faaliyet h2 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    color: var(--color-2);
}

.faaliyet .divider {
    margin: 10px auto;
    width: 220px;
}

.faaliyet i {
    font-size: 2rem;
}

.faaliyet h4 {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color-2);
    margin-top: 40px;
}



@media (max-width:1500px) {
    .faaliyet-image-wrapper {
        width: 500px;
        height: 500px;
        margin-top: -100px;
    }

    .faaliyet-image-1 {
        width: 480px;
        height: 480px;
    }

    .faaliyet-image-wrapper-2 {
        width: 500px;
        height: 500px;
        margin-top: -60px;
    }

    .faaliyet-image-2 {
        width: 480px;
        height: 480px;
    }
}

@media (max-width:1200px) {
    .faaliyet-image-wrapper {
        width: 420px;
        height: 420px;
        margin-top: 0;
    }

    .faaliyet-image-1 {
        width: 400px;
        height: 400px;
    }

    .faaliyet-image-wrapper-2 {
        width: 420px;
        height: 420px;
        margin-top: 20px;
    }

    .faaliyet-image-2 {
        width: 400px;
        height: 400px;
    }
}


@media (max-width:992px) {
    .faaliyet-image-wrapper {
        display: none;
    }

    .faaliyet-image-wrapper-2 {
        display: none;
    }

    .faaliyet > .container > .row > {
        margin-top: 50px;
    }
}

@media (max-width:600px) {
    .faaliyet li {
        padding: 0 20px;
    }
}

/*Sorular*/

.sss {
    margin: 0 0 100px;
}

    .sss .card {
        border: 1px solid var(--color-2);
        margin-bottom: 20px;
        border-radius: 3px;
        transition: all .3s;
    }

        .sss .card:hover {
            box-shadow: 2px 2px 5px var(--color-2);
            transform: scale(1.02);
        }

    .sss h5 {
        color: var(--color-1);
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 4.6rem;
    }



    .sss .card-header {
        background-color: #fff;
        cursor: pointer;
        position: relative;
    }


    .sss button {
        font-size: 2.2rem;
        color: var(--color-1);
        font-weight: 300;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

        .sss button:hover,
        .sss button:focus {
            color: var(--color-2);
            outline: none;
            border: none;
        }



    .sss .btn:focus {
        box-shadow: none !important;
    }

    .sss .btn-link:hover {
        text-decoration: none;
    }

.card-body {
    font-size: 1.6rem;
    color: var(--color-2);
    font-weight: 500;
    letter-spacing: .6px;
    text-align: justify;
}

/*Iletisim*/

.iletisim .container {
    min-width: 768px !important;
    width: 768px !important;
    padding: 0;
}

.iletisim .col-md-6 {
    padding: 0;
}

.iletisim .row {
    padding: 0 20px;
}

.iletisim h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--color-2);
    margin-left: 4px;
    margin-bottom: 40px;
}

.hero-iletisim {
    background: rgb(30, 50, 92);
    background: url('../img/img-7.jpg');
    background-position: 80% bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    min-height: 300px;
    width: 100%;
    position: relative;
}

    .hero-iletisim span {
        color: var(--color-2);
        font-size: 3.6rem;
    }

    .hero-iletisim h2 {
        font-size: 2.4rem;
        margin-top: 30vh;
    }

.iletisim label,
.iletisim input,
.iletisim textarea {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-1);
    margin-top: 10px;
}

.iletisim label {
    text-align: start;
    display: inline-block !important;
    align-self: start;
}



.iletisim input {
    width: 90%;
    color: var(--color-2);
    margin-bottom: 30px;
    border: none;
    border-bottom: 2px solid var(--color-2);
}

    .iletisim input:focus {
        border: none !important;
        outline: none;
        border-bottom: 2px solid var(--color-1) !important;
    }

.iletisim textarea {
    width: 95%;
    border: none;
    border-bottom: 2px solid var(--color-2);
    height: 60px;
    color: var(--color-2) !important;
}

    .iletisim textarea:focus {
        outline: none;
        border-bottom: 2px solid var(--color-1);
    }

.iletisim a {
    padding: 8px 16px;
    display: inline-block;
    background-color: var(--color-1);
    margin-top: 20px;
    margin-bottom: 80px;
    color: white;
    font-size: 1.6rem;
    border-radius: 2px;
    font-weight: 600;
    transition: background-color .3s;
}

    .iletisim a:hover {
        text-decoration: none;
        background-color: var(--color-1-hover);
    }

.map iframe {
    width: 100%;
}




@media (max-width:992px) {
    .hero-iletisim {
        background: url('../img/img-7_992.jpg');
        background-position: right 90%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 70vh;
    }

        .hero-iletisim span {
            display: none;
        }

        .hero-iletisim h2 {
            font-size: 3.2rem;
            margin-top: 40vh;
        }

    .iletisim {
        padding: 30px;
    }

    .sss h5 {
        color: var(--color-1);
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.4rem;
        padding-right: 2.4rem;
    }



    .sss .card-header {
        background-color: #fff;
        cursor: pointer;
    }


    .sss button {
        font-size: 1.8rem;
        color: var(--color-1);
        font-weight: 300;
        right: 5px;
        position: absolute;
    }
}


@media (max-width:768px) {

    .iletisim .container {
        min-width: auto !important;
        width: auto !important;
    }

    .iletisim .row {
        margin: 0;
        padding: 0;
    }

    .iletisim textarea {
        width: 90%;
        border: none;
        border-bottom: 2px solid var(--color-2);
        height: 60px;
        color: var(--color-2) !important;
    }

    .iletisim input,
    .iletisim textarea {
        width: 100%;
    }

    .sss h5 {
        padding-right: 24px;
    }

    .card-body {
        font-size: 1.4rem;
        color: var(--color-2);
        font-weight: 500;
        letter-spacing: .4px;
        text-align: justify;
    }
}

@media (max-width:420px) {
    .hero-text p {
        padding: 0 15px;
        line-height: 2.4rem;
    }

    .hero-about {
        background: rgb(30, 50, 92);
        background: url('../img/img-7_992.jpg');
        background-position: 60% bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 60vh;
        min-height: 300px;
        width: 100%;
        position: relative;
    }

    .hero-degerlerimiz {
        background: rgb(30, 50, 92);
        background: url('../img/img-7_992.jpg');
        background-position: 60% bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 60vh;
        min-height: 300px;
        width: 100%;
        position: relative;
    }

    .hero-iletisim {
        background: rgb(30, 50, 92);
        background: url('../img/img-7_992.jpg');
        background-position: 60% bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 60vh;
        min-height: 300px;
        width: 100%;
        position: relative;
    }
}

@media (max-width:340px) {
    .hero-text h2 {
        font-size: 2.6rem;
        margin-top: 22vh;
    }
}

@media (max-width:1024px) and (min-height:1366px) {
    .hero-about {
        background: rgb(30, 50, 92);
        background: url('../img/img-7_992.jpg');
        background-position: 80% bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 60vh;
        min-height: 300px;
        width: 100%;
        position: relative;
    }

    .hero-degerlerimiz {
        background: rgb(30, 50, 92);
        background: url('../img/img-7_992.jpg');
        background-position: 80% bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 60vh;
        min-height: 300px;
        width: 100%;
        position: relative;
    }

    .hero-iletisim {
        background: rgb(30, 50, 92);
        background: url('../img/img-7_992.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 60vh;
        min-height: 300px;
        width: 100%;
        position: relative;
    }

    .hero-text p {
        padding: 0 15px;
        line-height: 2.4rem;
        color: white;
    }

    .hero-text h2 {
        margin-top: 25vh;
    }

    .hero-text h3 {
        margin-top: 25vh;
    }

    .hero-text span {
        color: white;
    }
}


.borc-sorgu-form {
    width: 100%;
    display: flex;
    margin-top: 200px;
    font-size: 1.6rem;
    color: var(--color-2);
    font-weight: 500;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .borc-sorgu-form .container {
        width: 768px !important;
        min-width: 768px !important;
    }

    .borc-sorgu-form h2 {
        text-align: left;
        font-size: 2.6rem;
        font-weight: 700;
        color: var(--color-1);
    }

    .borc-sorgu-form p {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--color-2);
        letter-spacing: .4px;
    }

.select-form {
    padding: 0 16px;
}

    .select-form .col-6 {
        margin-top: 4rem;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 800;
        color: var(--color-2-op);
        height: 4rem;
        border-bottom: 3px solid #eee;
        cursor: pointer;
    }

    .select-form .actives {
        color: var(--color-1);
        border-bottom: 3px solid var(--color-1);
    }



.borc-sorgu-form input {
    margin-top: 20px;
    height: 36px;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 2px solid #eee;
    font-size: 1.5rem;
    color: var(--color-2);
    font-weight: 500;
}

    .borc-sorgu-form input:focus {
        outline: none;
        border-bottom: 2px solid var(--color-1);
    }

label .terms-label {
    margin-top: 25px;
    margin-left: 5px;
}

/*
.checkinput{
    margin-top: 20px;
    display: inline-block;
    font-size: 1.6rem;
    color: var(--color-2);
    font-weight: 500;
    align-items: center;

}*/



.box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-right: 15px;
    cursor: pointer;
}

    .box.actives i {
        visibility: visible;
    }

    .box i {
        font-size: 2rem;
        color: var(--color-2);
        visibility: hidden;
    }

.KosulOnay1 {
    /*visibility: hidden;*/
    /* display: none;
    height: 0;*/
}

.borc-sorgu-form span a:first-child {
    color: var(--color-1);
    font-weight: 700;
}

#kk {
    color: var(--color-1);
    font-weight: 700;
    margin-right: 5px;
    cursor: pointer;
    font-size: 1.6rem;
}

.kk-content {
    height: 0;
    overflow-y: scroll;
    padding: 0 20px;
    font-size: 1.4rem;
    letter-spacing: .4px;
    font-weight: 500;
    margin-top: 10px;
}



.active-kk {
    height: 100px;
    animation: kk .4s;
}

.hide-kk {
    height: 0;
    animation: kk1 .4s;
}

@keyframes kk {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 100px;
        opacity: 1;
    }
}

@keyframes kk1 {
    0% {
        height: 100px;
        opacity: 1;
    }

    100% {
        height: 0;
        opacity: 0;
    }
}

.borc-sorgu-form button {
    margin-top: 2.4rem;
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    background-color: var(--color-2);
    border-radius: 20px;
    box-decoration-break: 2px solid transparent;
    transition: all .3s;
}

    .borc-sorgu-form button:hover,
    .borc-sorgu-form button:focus {
        outline: none;
        background-color: white;
        color: var(--color-2);
        border: 2px solid var(--color-2);
    }

@media (max-height:900px) {
    .borc-sorgu-form {
        margin-top: 150px;
    }
}

@media (max-height:768px) {
    .borc-sorgu-form {
        height: auto;
        margin-top: 100px;
        padding-bottom: 30px !important;
    }
}

@media (max-height:500px) {
    .borc-sorgu-form {
        height: auto !important;
        margin-top: 100px !important;
    }
}

@media (max-width:992px) {
    html {
        font-size: 9.2px;
    }
}

@media (max-width:768px) {

    .borc-sorgu-form {
        padding: 0 30px;
    }

        .borc-sorgu-form .container {
            width: auto !important;
            min-width: auto !important;
        }
}

@media (max-width:576px) {
    html {
        font-size: 8.5px;
    }
}



/*.actionClass{
    color:green !important;
}*/



