@font-face {
    font-family: 'Fixel';
    src: url('./fonts/FixelDisplay-Medium.otf') format(' otf'),
        url('./fonts/FixelDisplay-Medium.woff2') format('woff2');
}



* {
    font-family: 'Fixel', sans-serif;
}

.fa-star {
    color: #F28636;
}

.container {
    width: 80%;
    margin: 0 auto;
}

#hero {
    background-image: url("./images/falling-slots.png");
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#hero .img {
    display: flex;
    justify-content: center;
}

#hero .img img {
    width: 50%;
    margin: 0 auto;
}

#hero .img a {
    text-align: center;
}



#hero .rotate {
    background-color: #ed411f;
    padding: 4px 20px;
    transform: rotate(-5deg);
    display: block;
    font-size: 56px;
    margin: 12px 0;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
}

#hero .text {
    font-size: 16px;
    width: 28%;
    text-align: center;
    margin: 12px auto;
}

#hero h1,
h2 {
    font-size: 48px;
    display: block;
    margin: 0;
}


#listing {
    padding-bottom: 0;
}


#listing .item {
    padding: 8px;
    background-color: #FCF9F4;
    border-radius: 10px;
    margin-bottom: 24px;
}


#listing .layout {
    padding: 24px 32px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

#listing .layout .desc {
    display: flex;
    justify-content: space-between;
}


#listing .layout .mobile-rating {
    display: none;
}


#listing .layout .img {
    margin-right: 24px;
    width: 10%;
    max-width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#listing .layout .img img{
    width: 100%;
}


#listing .layout .number {
    display: flex;
    justify-content: center;
    align-items: center;
}



#listing .layout .number span {
    background-color: #FCF9F4;
    color: #F28636;
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 24px;
}


#listing .layout .info {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    min-width: 500px;
    max-width: 500px;
    text-align: center;
}


#listing .item .payment-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 8px;

}


#listing .item .payment-methods div {

    margin-right: 8px;
}

#listing .item .payment-methods div img {
    max-width: 30px;
    min-width: 30px;
}



#listing .layout .info p {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
}

#listing .layout .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 100px;
}


#listing .layout .rating p {
    margin: 0;
    font-size: 18px;
}

#listing .layout .rating p span {
    font-size: 10px;
}

#listing .layout .button {
    display: flex;
    justify-content: center;
    align-items: center;
}


#listing .layout .button a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #22968A;
    color: #fff;
    padding: 18px 26.5px;
    transition: 0.3s;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 700;
}


#listing .layout .button a:hover {
    background-color: #F28636;
    color: #fff;
}



#subscription h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #000;
    text-transform: uppercase;
    width: 50%;
    margin: 24px auto;
}


#subscription {
    padding: 50px 24px;
    position: relative;
}


#subscription .decor-1,
.decor-2 {
    position: absolute;
}


#subscription .decor-1 {
    left: 0;
    top: 0;
}

#subscription .decor-2 {
    right: 0;
    top: 0;
}


#subscription .img {
    width: 50%;
    margin: 0 auto;
}

#subscription .img img {
    width: 100%;
}


#subscription .box {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 24px;
    background: linear-gradient(300.35deg, #fdf4e5 80.83%, rgba(255, 255, 255, 1) 96.85%);
    border-radius: 80px;
    position: relative;
}


#subscription .box .input {
    margin: 0 auto;
    width: 30%;
}


#subscription .box .input .input-form{
    width: 100%;
}


#subscription .box .input .input-form input {
    background-color: #fff;
    padding: 8px 0px 8px 6px;
    border: 1px solid #fff;
    border-radius: 16px;
    font-family: 'Fixel Display';
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #5D5D5D;
    width: 100%;
    margin-bottom: 12px;
    outline: none;
    font-family: 'Fixel', sans-serif;
}


#subscription .box .input .form-email {
    position: relative;
    display: flex;

}

#subscription .box .input .input-form{
    position: relative;
}


#subscription .box .input .email-form button {
    position: absolute;
    right: 0;
    top: 10%;
    padding: 6px 40px;
    background-color: #F28636;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s linear;
}

#subscription .box .input .email-form button:hover {
    padding: 6px 50px;
}


footer {
    margin-top: 0;
    padding: 10px 0;
    background-color: #FCF9F4;
    border-radius: 88px 88px 0 0;
}


footer .line {
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    margin-bottom: 24px;
}

footer .box .img {
    width: 20%;
}


footer .box .img img {
    width: 100%;
}


footer .box .text {
    width: 50%;
}


footer .box .text p {
    font-size: 16px;
    font-family: 'Fixel', sans-serif;
}

footer .links img {
    margin-right: 24px;
}

footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}






@media only screen and (max-width: 600px) {

    .container {
        width: 95%;
        margin: 0 auto;
    }

    #hero {
        background-image: url("./images/falling-slots.png");
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 0 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


    #hero .img {
        display: flex;
        justify-content: center;
    }

    #hero .img img {
        width: 30%;
        margin: 0 auto;
    }

    #hero .img a {
        text-align: center;
    }



    #hero .rotate {
        background-color: #ed411f;
        padding: 4px 20px;
        transform: rotate(-5deg);
        display: block;
        font-size: 14px;
        margin: 12px 0;
        color: #fff;
        border-radius: 5px;
        font-weight: 700;
    }

    #hero .text {
        font-size: 12px;
        width: 80%;
        text-align: center;
        margin: 12px auto;
    }

    #hero h1,
    h2 {
        font-size: 14px;
        display: block;
        margin: 0;
    }


    #listing {
        padding-bottom: 0;
    }


    #listing .item {
        padding: 8px;
        background-color: #FCF9F4;
        border-radius: 10px;
    }


    #listing .layout {
        padding: 6px 10px;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #listing .layout .desc {
        display: flex;
        justify-content: space-between;
    }


    #listing .layout .img {
        margin-right: 24px;
        display: flex;
        justify-content: space-between;
        width: 80%;
        max-width: 80%;
    }

    #listing .layout .img img {
        width: 40%;
    }


    #listing .layout .number {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    #listing .item .layout .rating {
        display: none;
    }



    #listing .layout .number span {
        background-color: #FCF9F4;
        color: #F28636;
        padding: 4px 8px;
        border-radius: 10px;
        font-size: 24px;
    }


    #listing .layout .info {
        display: flex;
        justify-content: center;
        align-items: center;
        /* align-items: center; */
        flex-direction: column;
        min-width: 300px;
        margin-top: 8px;
        text-align: center;

    }


    #listing .item .payment-methods {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 8px;

    }


    #listing .item .payment-methods div {

        margin-right: 8px;
    }

    #listing .item .payment-methods div img {
        max-width: 30px;
        min-width: 30px;
    }



    #listing .layout .info p {
        font-size: 12px;
        margin: 0;
        font-weight: 700;
        text-align: center;
    }

    #listing .layout .mobile-rating {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }


    #listing .layout .mobile-rating p {
        margin: 0;
        font-size: 12px;
    }

    #listing .layout .mobile-rating p span {
        font-size: 10px;
    }

    #listing .layout .button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }


    #listing .layout .button a {
        text-decoration: none;
        text-transform: uppercase;
        background-color: #22968A;
        color: #fff;
        padding: 8px 12px;
        transition: 0.3s;
        font-size: 12px;
        border-radius: 10px;
        font-weight: 700;
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }


    #listing .layout .button a:hover {
        background-color: #F28636;
        color: #fff;
    }



    #subscription h2 {
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        line-height: 28.8px;
        color: #000;
        text-transform: uppercase;
        width: 100%;
        margin: 0 auto;
    }


    #subscription {
        position: relative;
        padding: 0;
    }


    #subscription .decor-1,
    .decor-2 {
        position: absolute;
        width: 20%;
    }


    #subscription .decor-1 {
        left: 0;
        top: 0;
    }

    #subscription .decor-2 {
        right: 0;
        top: 0;
    }


    #subscription .img {
        width: 50%;
        margin: 0 auto;
    }

    #subscription .img img {
        width: 100%;
    }


    #subscription .box {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 24px;
        background: linear-gradient(176.35deg, #fdf4e5 10.83%, rgba(255, 255, 255, 1) 96.85%);
        border-radius: 0px;
        position: relative;
    }


    #subscription .box .input {
        margin: 0 auto;
        width: 100%;
    }


    #subscription .box .input .input-form input {
        background-color: #fff;
        padding: 8px 0px 8px 6px;
        border: 1px solid #fff;
        border-radius: 10px;
        font-family: 'Fixel Display';
        font-size: 12px;
        font-weight: 400;
        line-height: 32px;
        color: #5D5D5D;
        width: 100%;
        margin-bottom: 12px;
        outline: none;
    }


    #subscription .box .input .form-email {
        position: relative;
        display: flex;

    }


    #subscription .box .input .input-form{
        position: relative;
    }

    #subscription .box .input .email-form button {
        position: absolute;
        right: 0;
        top: 10%;
        padding: 4px 30px;
        border: none;
        background-color: #F28636;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        cursor: pointer;
        transition: .3s linear;
    }

    #subscription .box .input .email-form button:hover {
        padding: 4px 40px;
        background-color: #F28636;
    }


    footer {
        padding: 20px 0;
        background-color: #FCF9F4;
        border-radius: 0;
    }


    footer .line {
        width: 100%;
        height: 1.5px;
        background-color: #fff;
        margin-bottom: 24px;
    }

    footer .box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    footer .box .img {
        width: 30%;
        display: flex;
        justify-content: center;
    }


    footer .box .img img {
        width: 100%;
    }


    footer .box .text {
        width: 100%;
    }


    footer .box .text p {
        font-size: 12px;
    }

    footer .links img {
        margin-right: 8px;
    }

    footer .wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
}