﻿/* by Jamal Hassouni*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300');

body {
    font-family: 'Roboto', sans-serif !important;
}

pricelist_section {
    width: 100%;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    z-index:2;
}

.pricelist_card {
    position: relative;
    max-width: 500px;
    height: auto;
    background: linear-gradient(-45deg,#fe0847,#feae3f);
    border-radius: 35px;
    margin: 0 auto;
    padding: 10px 20px;
/*    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1);
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -webkit-transition: .5s;
    transition: .5s;*/
}

   /* .pricelist_card:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }*/

#pricetier1 {
    background: linear-gradient(-45deg, #1d5456ff, #50b73c)!important;
    border:2px solid blue;
}

#pricetier2  {
    background: linear-gradient(-45deg, #1d5456ff, #0082ffff) !important;
}

#pricetier3  {
    background: linear-gradient(-45deg, #1d5456ff, #0082ffff) !important;
}

#pricetier4  {
    background: linear-gradient(-45deg, #c13131, #feae3f) !important;
}

#pricetier5  {
    background: linear-gradient(-45deg, #c13131, #feae3f) !important;
}


#firstPriceListcard {
  /*  background-image: url('/images/Backgrounds/bg.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;    
    z-index: 2;  */
}

.pricelist_card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
    -webkit-transform: skewY(-5deg) scale(1);
    transform: skewY(-5deg) scale(1);
    margin-bottom: 85px;
}

.pricelist_card.above {
    border:1px solid red!important;
    z-index:10;    
}

.above{
    margin:30px;
    z-index:10;    
    top:55px;
    transform:scale(1.8);
}

.pricelist_title .fa {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1);
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}

.pricelist_title h1 {
    font-size: 68px;
    color:yellow;
}

@media (max-width: 600px) {
    .pricelist_title h1 {
        font-size: 30px;
        color: yellow;
    }
}

@media (min-width: 761px) and (max-width: 1200px) {
    .pricelist_title h1 {
        font-size: 38px;
        color: yellow;
    }
}



    .pricelist_title h2 {
        position: relative;
        margin: 20px 0 0;
        padding: 0;
        color: #fff;
        font-size: 28px;
        z-index: 2;
    }

    .pricelist_price, .option {
        position: relative;
        z-index: 2;
    }

        .pricelist_price h4 {
            margin: 0;
            padding-bottom: 0px;
            color: #fff;
            font-size: 48px;
        }

        .pricelist_price h5 {
            margin: 0;
            padding-bottom: 30px;
            color: #fff;
            font-size: 20px;
        }

    .pricelist_option ul {
        margin: 0;
        padding: 0;
    }

    .pricelist_option h5 {
        color: #fff;
        font-size: 30px;
        margin: 20px;
    }

    .unavailable {
        text-decoration: line-through;
        color: #999;
    }

    .pricelist_option ul li {
        margin: 0 0 5px;
        padding: 0;
        list-style: none;
        color: #fff;
        font-size: 16px;
    }

        .pricelist_option ul li b {
            margin: 0 0 5px;
            padding: 0;
            list-style: none;
            color: #fff;
            font-size: 26px;
            font-weight: bold;
        }

        .pricelist_option ul li.linkable {
            margin: 0 0 5px;
            padding: 0;
            list-style: none;
            color: yellow;
            font-size: 14px;
            margin: 5px;
        }

    pricelist_option i {
        font-size: 8px;
    }

    .pricelist_card a {
        position: relative;
        z-index: 2;
        background: #fff;
        color: black;
        width: 150px;
        height: 20px;
        line-height: 40px;
        border-radius: 40px;
        display: block;
        text-align: center;
        margin: 20px auto 0;
        font-size: 16px;
        cursor: pointer;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }

        .pricelist_card a:hover {
            text-decoration: none;
        }
