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

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

*/

/* Terms */
body {
    background-image: url('../img/home-bg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.mode{
    padding: 210px 10% 130px;
}

.header__text h4{
    font-size: 25px!important;
    font-weight: 600;
}

.voucher__btn--right{
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
}

.voucher__btn{
    border-radius: 50px;
    padding: 5px 40px;
    height: 60px;
    background: linear-gradient(90.13deg, rgb(0, 166, 25) 0.63%, rgb(0, 166, 25) 100%);
    transition: .3s;
    outline: none;
    border: none;
    font-weight: 600;
    color: white;
    transform: scale(1);
}

.voucher__btn:hover{
    transform: scale(0.95);
    transition: .3s;
}

.shop__card{
    background: rgba(247, 247, 247, 0.03);
    border: 1px solid #00a619;
    border-radius: 17px;
    position: relative;
    padding: 55px 40px;
    transition: 0.3s;
    margin-bottom: 25px;
}

.shop__card--product{
    padding: 35px 35px;
}

.shop__card--sale{
    background-color: rgba(0, 166, 25, 0.85);
}

.shop__card:hover{
    transform: scale(1.02);
    transition: 0.3s;
}

.shop__card--text{
}

.shop__card--text h2{
    color: white;
    font-size: 26px;
    font-weight: 700;
}

.shop__card--text p{
    color: #bdbdbd;
    font-size: 13px;
    height: 40px;
    overflow: auto;
}

.shop__card--price h5{
    color: white;
    font-weight: 700;
}

.shop__card--price s{
    font-weight: 500;
    font-size: 13px;
    color: #00a619;
}

.shop__card--btn{
    margin-top: 30px;
}

.sale{
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: white;
    border-radius: 50px;
    top: -15px;
    right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #00a619;
}

.shop__card--text a{
    width: 170px;
    border-radius: 50px;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height:40px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(90.13deg, rgb(0, 166, 25) 0.63%, rgb(0, 166, 25) 100%);
    transition: .3s;
}

.shop__card--img{
    display: flex;
    justify-content: flex-end;
}

.shop__card img {
    right: 60px;
    top: 50px;
    width: 120px;
    height: auto;
}

.shop__card img:nth-of-type(2) {
    width: 180px;
    height: auto;
    position: absolute;
    right: -1%;
    opacity: 0.03;
}

.shop__section{
    margin-top: 50px;
}

.modal-content{
    background: #000000;
    box-shadow: 0px 3px 40px rgba(0, 166, 24, 0.16);
    padding: 40px 80px 80px;
}

.modal-body{
    margin: 0;
    padding: 0;
}

.voucher__img{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.modal-body img:nth-child(1){
    position: absolute;
    width: 300px;
}

.modal-body img:nth-child(2){
    width: 330px;
    background: linear-gradient(115.12deg, rgba(0, 166, 24, 0.44) -2.71%, rgba(0, 166, 24, 0.44) 23.81%, rgba(0, 166, 24, 0.44) 52.79%, rgba(0, 166, 24, 0.44) 82.4%, rgba(0, 166, 24, 0.44) 115.7%), rgba(0, 166, 24, 0.44);
    filter: blur(170px);
}

.modal-header{
    border: none;
    display: flex;
    justify-content: flex-end;
}

.modal-body h1{
    font-weight: bold;
    font-size: 45px;
    color: #e8e8e8;
}

.modal-body p{
    font-weight: 500;
    font-size: 14px;
    color: #57d96a;
    margin-top: -10px;
    margin-bottom: 50px;
}

.modal-body button{
    border-radius: 50px;
    background: linear-gradient(90.13deg, #00a619 0.63%, #00a619 94.69%);
    color: ##57d96a;
    border: none;
    outline: none;
    padding: 20px 50px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: .3s;
}

.modal-body button:hover{
    transform: scale(0.95);
    transition: .3s;
}

.input__box{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.input__box label{
    font-weight: 500;
    font-size: 13px;
    color: #00a619;
}

input{
    background-color: transparent;
    border: none;
    height: 40px;
    outline: none;
    color: white;
    margin-bottom: 30px;
    border-bottom: 2px solid #716c79;
}

.close__btn{
    background-color: transparent;
    border: none;
    color: #00a619;
}

@media only screen and (max-width: 1200px) {
    .mode{
        padding: 210px 8% 130px;
    }

    .shop__card--img{
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .shop__card img:nth-of-type(2) {
        left: -1%;
    }

    .voucher__img{
        justify-content: flex-start;
    }

    .shop__card{
        padding: 45px 40px;
    }
}

@media only screen and (max-width: 991px) {
    .voucher__btn--right{
        justify-content: flex-start;
        margin-bottom: 70px;
    }

    .modal-header{
        justify-content: flex-start;
    }

    .modal-content{
        padding: 40px 60px 80px;
    }

    .modal-body img{
        width: 180px!important;
    }

    .modal-body img:nth-child(2){
        width: 280px!important;
    }
}