﻿/*  */
.top-right-info-right {
    padding: 7px 0 0 0;
}

.campaign-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 0 10px;
    /*      gap: 10px;*/
}

    .campaign-container .item {
        width: calc(33.33% - 8px);
        margin-bottom: 18px;
        /*        background: -moz-linear-gradient(top, #eee 30%, #fffefe 70%);
        background: -webkit-linear-gradient(top, #eee 30%,#fffefe 70%);
        background: linear-gradient(to bottom, #eee 30%,#fffefe 70%);*/

        background: linear-gradient(to bottom, white 0%, white 60%, #f5f2f2 60%, #f5f2f2 100%);
        padding: 20px 25px;
        box-sizing: border-box;
        border: 1px solid #aaa;
        /*border-radius: 10px;*/
        position: relative;
    }

        .campaign-container .item a {
            display: block;
        }


.campaign-container .item:hover {
    border: 1px solid #3DA0D7;
    box-shadow: inset 0px 0px 20px rgba(61, 160, 215, 0.3);
    cursor: pointer;
    background: none;
}

.campaign-container a, .campaign-container a:hover, .campaign-container a:visited, .campaign-container a:active {
    color: #333;
    text-decoration: none;
}

.campaign-container .item .small-title {
    font-size: 13px;
    color: #666;
    margin: 0 0 1px 0;
    font-weight: normal;
    letter-spacing: 0;
    font-family: 'pnlight', Helvetica, Arial, sans-serif;
    letter-spacing: -0.03em;
    padding: 6px 0 0 0;
}

.campaign-container .item .big-title {
    font-size: 28px;
    margin: 0 0 30px 0;
    font-weight: bold;
    color: #333;
    letter-spacing: 0;
}

.campaign-container .item .services-icons {
    margin: 0 0 64px 0;
}

    .campaign-container .item .services-icons img {
        width: 22px;
        margin-right: 2px;
    }

/*    .campaign-container .item .item-icons {
      font-size: 24px;
      margin: 0 0 10px 0;
      font-weight:800;
    }*/

.campaign-container .item .top-right-info {
    position: absolute;
    right: 0;
    top: 0;
    color:#fff;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    /*padding: 8px 8px 5px 8px;
    border-top-right-radius: 9px;*/
    width: 180px;
}

.campaign-container .item .yeni {
    background-color: #3c9fd6;
}

.campaign-container .item .musteri {
    background-color: #214382;
}

.campaign-container .item .top-right-info-left {
    float: left;
    transform: translate(-50%) skew(18deg);
    width: 10px;
    height: 25px;
    padding: 0.09em;
    /*        background: linear-gradient(45deg, #fff 50%, #214382 50%);
        width:10px;*/
}

@media screen and (min-width: 1000px) {
    .rights .right .right-text {
        display: none;
    }

    .rights .right .right-arrow {
        display: block;
    }
}

.rights .right .right-text {
    display: none;
    float: left;
}

.rights .right .right-arrow {
    display: block;
    float: left;
}

@media screen and (min-width: 1200px) {
    .rights .right .right-text, .rights .right .right-arrow {
        display: block;
    }
}

@media (max-width: 1000px) {
    .campaign-container {
        margin: 0 10px;
    }

    .campaign-container .item {
        width: 100%;
    }

    .rights .right .right-text, .rights .right .right-arrow {
        display: block;
    }
}


@media screen and (min-width: 480px) {
    .campaign-container .item .top-right-info-right {
        float: left;
        /*padding: 5px;*/
    }
}

@media screen and (min-width: 768px) {
    .campaign-container .item .top-right-info-right {
        float: left;
        padding: 8px 10px 5px 0;
    }
}


.campaign-container .item .top-right-info span {
/*    color: #fff;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0;
    padding: 0 4px 0 5px;*/
}

.campaign-container .item .rights {
    display: flex;
    justify-content: flex-end;
}

.campaign-container .item .right {
    margin-left: 5px;
    font-size: 16px;
    font-family: 'pnlight', Helvetica, Arial, sans-serif;
}

.campaign-container .item .left span {
    font-size: 14px;
    line-height: 16px;
}

.campaign-container .item .left {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    font-size: 28px;
    padding: 0 25px 10px 25px;
    color: #444;
}

    .campaign-container .item .left .price-text {
        font-size: 14px;
        line-height: 14px;
    }

.campaign-container .item .left2 span {
    font-size: 14px;
    line-height: 16px;
}

.campaign-container .item .left2 {
    position: absolute;
    bottom: 0;
    left: 105px;
    margin: 0;
    font-size: 28px;
    padding: 0 25px 10px 25px;
    color: #444;
}

.campaign-container .item .left2 .price-text {
    font-size: 14px;
    line-height: 14px;
}


.left span, .left2 span {
    display: inline-block;
    width: max-content;
}

.campaign-container #sonucMesaj {
    font-size: 20px;
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100%;
    padding: 100px 0 0 0;
}

.alternate-content {
    display: none;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.item:hover .alternate-content {
    display: block;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
    height: 175px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 170px;
    scrollbar-width: thin;
    scrollbar-color: #466ebb #B8E6FF;
}

.alternate-content p {
    font-size: 15px;
    line-height: 17px;
}

.alternate-content a {
    display: inline-block;
    width: 100%;
    min-height: 170px;
    font-size: 15px;
    line-height: 20px;
}

.alternate-content a img {
    height: 24px;
}

.alternate-content span {
    font-size: 16px;
    line-height: 18px;
}

.item:hover .alternate-content::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background: #B8E6FF;
    /*border-radius: 1ex;*/
}

.item:hover .alternate-content::-webkit-scrollbar-thumb {
    background: #4061a7;
    /*-webkit-border-radius: 1ex;*/
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.item:hover .alternate-content::-webkit-scrollbar-corner {
    background: #466ebb;
}

.item:hover .main-link {
    display: none;
}

#kampanyalar4-baslik {
    padding: 60px 0 0 7px;
    clear: both;
    display:block;
}

#kampanyalar4-baslik h3 {
    color:#399cd5;
}

@media screen and (min-width: 768px) {
    #hemen-basvur-float {
        width: 160px;
        height: 155px;
        background: url('../images/internet/hemen-basvur.png') no-repeat;
        background-size: 160px 155px;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 100;
    }
}

#hemen-basvur-float {
    left: 0;
    right: unset !important;
}

#hemen-basvur-float:hover {
    opacity: 0.8;
}