﻿.tooltip {
    position: relative;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: auto;
        background-color: #f8ebeb;
        color: #4d4d4d;
        text-align: center;
        border-radius: 6px;
        padding: 4px 8px;
        position: absolute;
        z-index: 1;
        top: -10px;
        left: 22%;
        margin-left: -50px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 0.9;
    }

.headText {
    font-size: 15px;
}

.pool-content {
    position: relative;
    left: 2px;
    top: 7px;
    width: 40%;
    height: auto;
    margin: 10px 30px 22px 30px;
    padding: 20px 6px 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    border-bottom-width: 5px;
    /*    background-image: linear-gradient(304deg,rgba(252,213,216,.2),rgba(139,137,199,.2) 46%,rgba(171,233,228,.2)),linear-gradient(180deg,#fff,#fff),url(../images/full-fiyat.png);
*/ float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    box-shadow: 9px 4px 16px -7px rgba(166,156,166,1);
    transition: 0.3s;
}

.alert {
    padding: 10px 10px 8px 8px;
    background-color: #ec0f21;
    color: white;
    border-radius: 5px;
    line-height: 2.3;
    font-weight: bold;
}

.img-icon {
    max-width: 100%;
    vertical-align: sub;
    display: inline-block;
    width: 20px;
}

.item {
    -webkit-box-flex: 1;
    flex: 1;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    font-weight: 400;
    font-size: 15px;
    padding-top: 3px;
    line-height: 24px;
}

@media screen and (max-width:970px) {
    .pool-content {
        width: 80%; /* The width is 100%, when the viewport is 800px or smaller */
        height: auto;
    }

    .headText {
        font-size: 12px;
    }
}

.pool-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 25px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Poppins,sans-serif;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 300;
    letter-spacing: 0;
}

.divButton {
    position: relative;
    width: 100%;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    float: left;
    padding-top: 15px;
}



.twoContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pool-contents-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-top: 15px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pool-content-home {
    position: relative;
    left: 2px;
    top: 7px;
    width: 27%;
    height: auto;
    margin: 10px 30px 22px 30px;
    padding: 20px 6px 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    border-bottom-width: 5px;
/*    background-image: linear-gradient(304deg,rgba(252,213,216,.2),rgba(139,137,199,.2) 46%,rgba(171,233,228,.2)),linear-gradient(180deg,#fff,#fff),url(../images/full-fiyat.png);
*/    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    box-shadow: 9px 4px 16px -7px rgba(166,156,166,1);
    transition: 0.3s;
    font-family: Poppins,sans-serif;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 300;
    letter-spacing: 0;
}


@media screen and (max-width:1250px) {
    .pool-content-home {
        width: 25%;
        height: auto;
    }
}

@media screen and (max-width:1000px) {
    .pool-content-home {
        width: 70%;
        height: auto;
    }
}
