@font-face {
    font-family: 'Inter-Bold';
    src: url('/assets/fonts/Inter-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('/assets/fonts/Inter-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('/assets/fonts/Inter-Regular.woff2') format('woff2');
}

a.strong, h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter-Medium';
}

p, a, li {
    font-family: 'Inter-Regular';
}

.front .blocks .block.block-1 {
    background-image: url("../img/kurumsal.jpg");
}

.front .blocks .block.block-2 {
    background-image: url("../img/urunler.jpg");
}

.front .blocks .block.block-3 {
    background-image: url("../img/is-ortaklar.jpg");
}

.front .blocks .block.block-4 {
    background-image: url("../img/iletisim.jpg");
}

.bg-overlay, .bg-overlay .inner {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
}

.sidebar .background-image {
    background-color: #fff;
    background-image: none;
}

ul.partner-list {
    padding: 0;

    display: inline-block;
}

ul.partner-list li {
    float: left;
    display: flex;
    margin: 5px 20px;
    width: 200px;
    height: 150px;
    align-items: center;
    justify-content: center;
}

ul.partner-list li img {
    width: 200px;
    height: auto;
}

.bg-overlay {
    filter: grayscale(84%);
    transform: .5s;
}

.bg-overlay:hover {
    filter: grayscale(0);
    transform: .5s;
}

.front .slider .slide, .front .bx-wrapper {
    height: 900px;
}

.front .blocks .block .inner .button {
    font-size: 46px;
    line-height: 80px;
    height: 80px;
    border: none;
    letter-spacing: 14px;
    width: 100%;
}

.g-43 {
    filter: grayscale(43%);
}

.front .blocks .block .inner .button:hover {
    background: none;
    color: #fff;
    position: relative;
}

.front .blocks .block .inner .button:hover:after {
    position: absolute;
    content: '';
    width: 100px;
    top: 90px;
    height: 1px;
    background: #00a3e0;
    left: 43%;
    margin-left: -0px;
}

footer p, footer h4 {
    text-align: center;
}

.front .blocks .block {
    height: 370px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.bb-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.about-pad {
    padding: 30px;
}

@media only screen and (max-width: 768px) {
    .front .blocks .block .inner .button {
        font-size: 23px;
        letter-spacing: 3px;
    }

    .front .blocks .block {
        height: 340px;
        margin: 15px 0;
    }

    ul.partner-list li {
        margin: 10px 0;
        width: 100%;
    }
}