@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900&amp;subset=latin,latin-ext");

body {
    font-family: 'Titillium Web', sans-serif !important;
}


.selale{
    background: #FC466B;
    background: -webkit-linear-gradient(to right, #3F5EFB, #FC466B);
    background: linear-gradient(to right, #3F5EFB, #FC466B);
}

.ustTaraf a{
    color: white;
}

.ustTaraf a:hover {
    font-weight: bold;
}

/* selected link */
.ustTaraf a:active {
    color: blue;
}

.border-nuro {
    border-style: solid none none none;
    border-width: 7px;
}

.border-nuro-alt {
    border-style: none none solid none;
    border-width: 7px;
}

.border-tam {
    border-style: solid;
    border-width: 2px;
}

.kivir{
    border-radius: 10px;
}

.alcalt{
    padding-top: 100px;
}


.ikon{
    font-size: 150px;
    padding-top: 30px;
    transform: rotate(3deg);
    text-shadow: 2px 2px 5px black;
}

@media (min-width:600px) {
    .ph{
        padding-top: 3rem!important;
    }

}

.card-affiliate {
    margin-top: 2rem;
    position: relative;
}

.card-affiliate .card-affiliate-logo {
    width: calc(100% - 2rem);
    position: absolute;
    left: 1rem;
    top: -1rem;
}

.profil-foto{
    padding: 1px;
    background-color: #fff;
    border: 2px solid green;
    border-radius: .25rem;
    max-width: 100%;
}

.yardim {
    padding: 3rem 0 5rem
}

.yardim a.yardim-item {
    color: #fff;
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    transition: .15s box-shadow ease, .15s transform ease;
    -moz-transition: .15s box-shadow ease, .15s transform ease
}

.yardim a.yardim-item .card-body i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4rem;
    left: 1rem;
    color: rgba(255, 255, 255, .2);
    transition: .15s all ease
}

.yardim a.yardim-item .card-body h4 {
    font-weight: 700
}

.yardim a.yardim-item .card-body p {
    color: rgba(255, 255, 255, .7);
    font-weight: 600
}

.yardim a.yardim-item:hover {
    text-decoration: none
}

@media(min-width:992px) {
    .yardim a.yardim-item:hover {
        transform: translateY(-0.25rem);
        box-shadow: 0 2.25rem 1.5rem -1.5rem rgba(33, 37, 41, .3), 0 0 1.5rem .5rem rgba(33, 37, 41, .05)!important
    }
    .yardim a.yardim-item:hover .card-body i {
        left: 1.5rem;
        font-size: 3rem
    }
    .yardim a.yardim-item:active {
        transform: none;
        box-shadow: 0 2rem 1.5rem -1.5rem rgba(33, 37, 41, .15), 0 0 1.5rem .5rem rgba(33, 37, 41, .05)!important
    }
}

@media(min-width:768px) {
    /*.jumbotron-fluit{
        border-bottom-right-radius: 200px;
    }*/
}

.goog-logo-link {
    display:none !important;
}

.goog-te-gadget{
    color: transparent !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-gadget .goog-te-combo {
    position: fixed;
    padding: 5px;
    font-size: 15px;
    background-color: #1972F5;
    color: #fff;
    border: 2px solid #1972F5;
    border-radius: 2px;
    bottom: 2%;
    left: 2%;
}

@media (max-width: 768px) {
    .goog-te-gadget .goog-te-combo {
        width: 30%;
    }
}

.nr-navbar {
    min-height: 4rem;
    background-color: #563d7c;
}

.nr-purple{
    background-color: #563d7c;
}

.nr-bg-navbar{
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.esinti{
    background: #766df4;
    background: -webkit-linear-gradient(to right, #6a9bf4, #FC466B);
    background: linear-gradient(to right, #766df4 0%, #766df4 30%, #6a9bf4 100%)
}

.fs-lg {
    font-size: 1.125rem !important;
}

.btn-esinti {
    color: #000;
    background-color: #766df4;
    border-color: #766df4;
    box-shadow: unset;
}

.scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-primary::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #6a9bf4; }