/*
   _____                                    _
  / ____|                                  | |
 | (___  _ __   __ _  ___ ___  ___ ___   __| | ___
  \___ \| '_ \ / _` |/ __/ _ \/ __/ _ \ / _` |/ _ \
  ____) | |_) | (_| | (__  __/ (__ (_) | (_| |  __/
 |_____/| .__/ \__,_|\___\___|\___\___/ \__,_|\___|
        | |
        |_|

    ------------
    Version 0.1.21

*/

/* Goal */
.goal{
    margin: 58px 0% 30px;
    background: #161414;
    padding: 30px 40px;
    border-radius: 20px;
}

.goal h4{
    font-size: 27px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.goal p{
    font-weight: 400;
    font-size: 16px;
    color: rgba(135, 135, 135, 0.65);
}

.goal__status{
    margin-top: 30px;
    width: 100%;
    height: 50px;
    background-color: #292929;
    border-radius: 50px;
    position: relative;
}

.goal__status h6{
    position: absolute;
    top: 15px;
    color: #ffffff;
}

.goal__progress{
    background-color: #e74545;
    height: 50px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    border-radius: 50px;
}

@media only screen and (max-width: 1100px) {
    .goal{
        margin: 28px 6% 30px;
    }
}

/* Shop */
.shop{
    margin: 0 0%;
    padding-bottom: 40px;
}

.shop__card{
    height: 420px;
    background: #161414;
    border-radius: 30px;
    padding: 30px 0 0 0;
    position: relative;
    transition: .6s;
    margin-bottom: 26px;
}

.shop__card:hover{
    scale: 0.98;
    transition: .6s;
}

.shop__card--img{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 30px;
}

.shop__card--img img:nth-child(1){
    position: absolute;
    width: 100px;
}

.shop__card--img img:nth-child(2){
    width: 150px;
}

.shop__card--info{
    padding: 0 15% 20px;
    text-align: center;
}

.shop__card--info h5{
    font-weight: 600;
    color: white;
}

.shop__card--info p{
    font-weight: 400;
    font-size: 15px;
    color: #646464;
    height: 70px;
    overflow: auto;
}

.shop__card--buy{
    background: linear-gradient(94.65deg, #371717 -21.3%, #5F1717 10.18%, #F24A4A 96.29%);
    border-radius: 40px 0 30px 0;
    padding: 15px 50px;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .6s;
}

.shop__card:hover .shop__card--buy{
    scale: 1.10;
    transition: .6s;
}

.shop__card--price{
    padding: 30px 0 0 30px;
    margin-top: -30px;
}

.shop__card--price h5{
    font-size: 14px;
    color: grey;
    font-weight: 700;
}

.shop__card--price h4{
    font-size: 19px;
    color: #ffffff;
    font-weight: 700;
}

.shop__card .sale__badge{
    display: none;
}

.sale .sale__badge{
    display: flex;
    position: absolute;
    top: -10px;
    right: -10px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: white;
    background: linear-gradient(94.65deg, #371717 -21.3%, #5F1717 10.18%, #F24A4A 96.29%);
    border-radius: 50px;
    width: 60px;
    height: 60px;
}

@media only screen and (max-width: 1100px) {
    .shop{
        margin: 0 6%;
    }
}

/* Top */
.top{
    margin: 60px 0%;
    padding-bottom: 20px;
}

.top h2{
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

.top__cards{
    padding: 100px 10%;
}

.top__card{
    margin: 0 30px 20px;
    border-radius: 25px;
    min-height: 400px;
    box-shadow: 0px 40px 50px rgba(0, 14, 63, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.top__card img{
    width: 115px;
    margin-bottom: 30px;
    transition: .3s;
}

.top__card h5{
    font-weight: 700;
    color: rgba(121, 121, 121, 0.96);
    margin-bottom: 10px;
}

.top__card h2{
    font-weight: 800;
}

.top__card h4{
    font-weight: 700;
    position: absolute;
    font-size: 35px;
    top: 30px;
    left: 30px;
    color: #4e393980;
}

.top--gold{
    margin-top: -50px;
    background: linear-gradient(180deg, rgba(229, 169, 50, 0.18) 0%, rgba(151, 151, 151, 0) 90%);
}

.top--silver{
    background: linear-gradient(153.61deg, rgba(220, 220, 220, 0.15) 4.07%, rgba(151, 151, 151, 0) 79.19%);
}

.top--bronze{
    background: linear-gradient(141.51deg, rgba(168, 102, 102, 0.15) 4.3%, rgba(58, 33, 33, 0) 99.27%);
}

@media only screen and (max-width: 1100px) {
    .top{
        margin: 20px 6%;
        padding-bottom: 70px;
    }

    .top__cards{
        padding: 0;
    }

    .top__card{
        margin: 0 0 20px 0;
    }
}

@media only screen and (max-width: 1400px) {
    .top__cards{
        padding: 80px 0;
    }
}

/* Last */
.last{
    margin: -30px 0%;
    padding-bottom: 140px;
}

.last h2{
    text-align: center;
    font-weight: 600;
    color: #898989;
    font-size: 22px;
    margin-bottom: 40px;
}

.last__card{
    background: #1b1b1b66;
    border-radius: 30px;
    min-height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    transition: .4s;
}

.last__card img{
    width: 50px;
}

.last__card:hover{
    scale: .95;
    transition: .4s;
}

@media only screen and (max-width: 1100px) {
    .last{
        margin: -30px 6%;
        padding-bottom: 90px;
    }

    .last__card{
        min-height: 160px;
    }
}